Class: AdminController

Inherits:
ApplicationController show all
Defined in:
app/controllers/admin_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#sign_in

Methods included from ApplicationHelper

#active_nav, #current_user, #signed_in?

Instance Method Details

#homeObject



6
7
8
# File 'app/controllers/admin_controller.rb', line 6

def home
  @email = current_user.email
end