Class: SimpleContentController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- SimpleContentController
- Defined in:
- lib/generators/happy_seed/simple_cms/templates/app/controllers/simple_content_controller.rb
Instance Method Summary collapse
Instance Method Details
#faq ⇒ Object
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 |