Module: Account::Dashboard
- Extended by:
- ActiveSupport::Concern
- Includes:
- DomainAware
- Included in:
- AccountController
- Defined in:
- app/controllers/account/dashboard.rb
Instance Method Summary collapse
Methods included from DomainAware
#domain_is_missing, #user_default_domain
Instance Method Details
#show ⇒ Object
6 7 8 9 10 |
# File 'app/controllers/account/dashboard.rb', line 6 def show @user = current_user user_default_domain rescue nil @keys = Key.find :all, :as => @user end |