Class: MainController
- Inherits:
-
ReviseAuthController
- Object
- ApplicationController
- ReviseAuthController
- MainController
- Defined in:
- app/controllers/main_controller.rb
Instance Method Summary collapse
Methods inherited from ReviseAuthController
Methods included from ReviseAuth::Authentication
#authenticate_user, #authenticate_user!, #authenticated_user_from_session, #current_user, #login, #logout, #reset_session, #user_signed_in?
Instance Method Details
#authenticated ⇒ Object
7 8 |
# File 'app/controllers/main_controller.rb', line 7 def authenticated end |
#index ⇒ Object
4 5 |
# File 'app/controllers/main_controller.rb', line 4 def index end |