Class: IshManager::PaymentsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- IshManager::PaymentsController
- Defined in:
- app/controllers/ish_manager/payments_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#index ⇒ Object
4 5 6 7 |
# File 'app/controllers/ish_manager/payments_controller.rb', line 4 def index :index, Ish::Payment @payments = Ish::Payment.all.includes( :invoice ) end |