Class: Hitchens::ApplicationDecorator

Inherits:
Draper::Base
  • Object
show all
Defined in:
app/decorators/hitchens/application_decorator.rb

Direct Known Subclasses

PostDecorator

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