Sha256: 45c8fbdf64440f51843539a6e7da3726f01b2e7ac59d140daf373e7114370245

Contents?: true

Size: 325 Bytes

Versions: 100

Compression:

Stored size: 325 Bytes

Contents

require_dependency "ishapi/application_controller"
module Ishapi
  class StockWatchesController < ApplicationController

    before_action :check_jwt

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

  end
end

Version data entries

100 entries across 100 versions & 1 rubygems

Version Path
ishapi-0.1.8.294 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.293 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.292 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.291 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.290 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.289 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.288 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.287 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.286 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.285 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.284 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.283 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.282 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.281 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.280 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.279 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.278 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.277 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.276 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.275 app/controllers/ishapi/stock_watches_controller.rb