Class: Mdi::RelationOneOrManyToMany

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/relation_one_or_many_to_many.rb

Overview

  • Version: 5.3.45

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/relation_one_or_many_to_many.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M22 13V19H21L19 17H11V9H7V11H5V9L3 11H2V5H3L5 7V5H7V7H13V15H19L21 13Z"></path>
  HTML
end