3 4 5
# File 'app/helpers/content_helper.rb', line 3 def content(*args) Content.from_slug(*args).parsed_text end
8 9 10
# File 'app/helpers/content_helper.rb', line 8 def raw_content(*args) Content.from_slug(*args).raw_text end