Class: MainController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- MainController
- Defined in:
- app/controllers/main_controller.rb
Instance Method Summary collapse
Instance Method Details
#home ⇒ Object
2 3 4 |
# File 'app/controllers/main_controller.rb', line 2 def home redirect_to root_path unless current_user end |