Class: SimpleContentController

Inherits:
ApplicationController
  • Object
show all
Defined in:
lib/generators/happy_seed/simple_cms/templates/app/controllers/simple_content_controller.rb

Instance Method Summary collapse

Instance Method Details

#faqObject



2
3
4
5
6
# File 'lib/generators/happy_seed/simple_cms/templates/app/controllers/simple_content_controller.rb', line 2

def faq
  @faqs = SimpleContent.faqs

  render "splash/faq"
end