Module: ContentHelper

Defined in:
app/helpers/content_helper.rb

Instance Method Summary collapse

Instance Method Details

#content(*args) ⇒ Object Also known as: c



2
3
4
# File 'app/helpers/content_helper.rb', line 2

def content(*args)
  Content.from_slug(*args).parsed_text
end