Class: Ishapi::StockWatchesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/ishapi/stock_watches_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#exception, #home, #long_term_token, #vote

Instance Method Details

#indexObject



7
8
9
10
# File 'app/controllers/ishapi/stock_watches_controller.rb', line 7

def index
  # authorize! :index, IronWarbler::StockWatch
  # @stock_watches = IronWarbler::StockWatch.active # @TODO: restrict by-profile, no?
end