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.227 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.226 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.225 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.224 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.223 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.222 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.221 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.220 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.219 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.218 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.217 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.216 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.215 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.214 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.213 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.212 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.211 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.210 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.209 app/controllers/ishapi/stock_watches_controller.rb
ishapi-0.1.8.208 app/controllers/ishapi/stock_watches_controller.rb