Class: Accountability::AccountsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- Accountability::AccountsController
- Defined in:
- app/controllers/accountability/accounts_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
7 8 9 |
# File 'app/controllers/accountability/accounts_controller.rb', line 7 def index @accounts = Account.all end |
#show ⇒ Object
11 |
# File 'app/controllers/accountability/accounts_controller.rb', line 11 def show; end |