Class: IshManager::CoveredCallsController

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

Instance Method Summary collapse

Methods inherited from ApplicationController

#home

Instance Method Details

#indexObject



4
5
6
# File 'app/controllers/ish_manager/covered_calls_controller.rb', line 4

def index
  authorize! :index, Ish::CoveredCall
end