Class: Spina::PagesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Spina::PagesController
- Includes:
- Frontend
- Defined in:
- app/controllers/spina/pages_controller.rb
Instance Method Summary collapse
Methods included from Frontend
Instance Method Details
#homepage ⇒ Object
9 10 11 |
# File 'app/controllers/spina/pages_controller.rb', line 9 def homepage render_with_template(page) end |