Class: Mdi::RelationManyToZeroOrMany

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

def content
  <<-HTML.squish.html_safe
    <path d="M21 13L19 15H18.79A2.5 2.5 0 0 0 14.21 15H13V7H5L3 5H2V11H3L5 9H11V17H14.21A2.5 2.5 0 0 0 18.79 17H19L21 19H22V13M16.5 17A1 1 0 1 1 17.5 16A1 1 0 0 1 16.5 17Z"></path>
  HTML
end