Class: Mdi::RelationOneToOne

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

def content
  <<-HTML.squish.html_safe
    <path d="M22 15V17H19V19H17V17H11V9H7V11H5V9H2V7H5V5H7V7H13V15H17V13H19V15Z"></path>
  HTML
end