Sha256: 136659699feca759a144750ebf781d1b91ce2c1b4ee6073b51789257fced900f
Contents?: true
Size: 407 Bytes
Versions: 3
Compression:
Stored size: 407 Bytes
Contents
require_dependency "authz/application_controller" module Authz # @api private class HomeController < ApplicationController def index @pending_controller_actions = ControllerAction.pending @stale_controller_actions = ControllerAction.stale @invalid_scoping_rules = ScopingRule.where.not(scopable: Authz::Scopables::Base.get_scopables_names).pluck(:scopable).uniq end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
authz-0.0.5 | app/controllers/authz/home_controller.rb |
authz-0.0.4 | app/controllers/authz/home_controller.rb |
authz-0.0.3 | app/controllers/authz/home_controller.rb |