Class: Mdi::Record

Inherits:
MdiData show all
Defined in:
app/models/mdi/record.rb

Overview

  • Version: 1.5.54

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19,12C19,15.86 15.86,19 12,19C8.14,19 5,15.86 5,12C5,8.14 8.14,5 12,5C15.86,5 19,8.14 19,12Z"></path>
  HTML
end