Class: Kidspire::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Kidspire::ApplicationController
- Defined in:
- app/controllers/kidspire/application_controller.rb
Instance Method Summary collapse
Instance Method Details
#frontend ⇒ Object
3 4 5 |
# File 'app/controllers/kidspire/application_controller.rb', line 3 def frontend render template: "kidspire/application/index", layout: false end |