Class: IshManager::IroWatchesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- IshManager::IroWatchesController
- Defined in:
- app/controllers/ish_manager/iro_watches_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#index ⇒ Object
6 7 8 9 10 |
# File 'app/controllers/ish_manager/iro_watches_controller.rb', line 6 def index # authorize! :index, Ish::Invoice # @invoices = Ish::Invoice.all.includes( :payments ) raise 'not implemented' end |