Class: AdminController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- AdminController
- Defined in:
- app/controllers/admin_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Methods included from ApplicationHelper
#active_nav, #current_user, #signed_in?
Instance Method Details
#home ⇒ Object
6 7 8 |
# File 'app/controllers/admin_controller.rb', line 6 def home @email = current_user.email end |