Class: BcmsGarmentDistrict::MarkdownBlock
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- BcmsGarmentDistrict::MarkdownBlock
- Defined in:
- app/models/bcms_garment_district/markdown_block.rb
Instance Method Summary collapse
Instance Method Details
#to_html ⇒ Object
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 |