Class: User::PagesController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- User::PagesController
- Defined in:
- app/controllers/phcdevworks_accounts_auth0/user/pages_controller.rb
Instance Method Summary collapse
Instance Method Details
#dashboard ⇒ Object
4 5 |
# File 'app/controllers/phcdevworks_accounts_auth0/user/pages_controller.rb', line 4 def dashboard end |
#profile ⇒ Object
7 8 9 |
# File 'app/controllers/phcdevworks_accounts_auth0/user/pages_controller.rb', line 7 def profile @user = session[:userinfo] end |