Class: Hawknee::MainController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- Hawknee::MainController
- Defined in:
- app/controllers/hawknee/main_controller.rb
Instance Method Summary collapse
-
#index ⇒ Object
GET /forum.
Instance Method Details
#index ⇒ Object
GET /forum
5 6 7 8 9 |
# File 'app/controllers/hawknee/main_controller.rb', line 5 def index respond_to do |format| format.html { render :layout => 'hawknee/application' } end end |