Class: Hitchens::ApplicationDecorator
- Inherits:
-
Draper::Base
- Object
- Draper::Base
- Hitchens::ApplicationDecorator
- Defined in:
- app/decorators/hitchens/application_decorator.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#markdown(text) ⇒ Object
3 4 5 |
# File 'app/decorators/hitchens/application_decorator.rb', line 3 def markdown(text) markdown_parser.render(text).html_safe end |