Class: PublicController
- Inherits:
-
ForestController
- Object
- ActionController::Base
- ApplicationController
- ForestController
- PublicController
- Defined in:
- app/controllers/public_controller.rb
Instance Method Summary collapse
Methods inherited from ForestController
Instance Method Details
#index ⇒ Object
2 3 4 |
# File 'app/controllers/public_controller.rb', line 2 def index @page_title = 'Home' end |