Sha256: ab0d1cb253e2a2e1d767f9bc5a13947e8f1bb26ca162713b01280623f723d349
Contents?: true
Size: 321 Bytes
Versions: 34
Compression:
Stored size: 321 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
34 entries across 34 versions & 1 rubygems