Module: ContentHelper

Defined in:
app/helpers/content_helper.rb

Instance Method Summary collapse

Instance Method Details

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



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

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

#raw_content(*args) ⇒ Object Also known as: rc



8
9
10
# File 'app/helpers/content_helper.rb', line 8

def raw_content(*args)
  Content.from_slug(*args).raw_text
end