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.250 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.249 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.248 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.247 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.246 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.244 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.243 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.242 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.241 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.240 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.239 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.238 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.237 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.235 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.234 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.233 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.232 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.231 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.229 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.228 app/controllers/ishapi/stock_watches_controller.rb