Class: IshManager::IroWatchesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/ish_manager/iro_watches_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#home

Instance Method Details

#indexObject



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