Class: User::PagesController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/phcdevworks_accounts_auth0/user/pages_controller.rb

Instance Method Summary collapse

Instance Method Details

#dashboardObject



4
5
# File 'app/controllers/phcdevworks_accounts_auth0/user/pages_controller.rb', line 4

def dashboard
end

#profileObject



7
8
9
# File 'app/controllers/phcdevworks_accounts_auth0/user/pages_controller.rb', line 7

def profile
  @user = session[:userinfo]
end