Class: BcmsGarmentDistrict::MarkdownBlock

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/bcms_garment_district/markdown_block.rb

Instance Method Summary collapse

Instance Method Details

#to_htmlObject



8
9
10
# File 'app/models/bcms_garment_district/markdown_block.rb', line 8

def to_html
  Maruku.new(content).to_html.html_safe
end