Class: Mdi::RelationOneToMany

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/relation_one_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_to_many.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M22 13V19H21L19 17H11V9H7V11H5V9H2V7H5V5H7V7H13V15H19L21 13Z"></path>
  HTML
end