Class: WalletsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- WalletsController
- Defined in:
- app/controllers/wallets_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
#home, #mining_profile, #privacy_policy, #terms
Instance Method Details
#index ⇒ Object
7 8 9 |
# File 'app/controllers/wallets_controller.rb', line 7 def index @wallets = current_user.wallet end |
#show ⇒ Object
11 12 |
# File 'app/controllers/wallets_controller.rb', line 11 def show end |