Sha256: 8b30d55089354d3e991ff08c777f4b0e3ec1ed97f7f08a9e9d028928d7555895
Contents?: true
Size: 310 Bytes
Versions: 2
Compression:
Stored size: 310 Bytes
Contents
require_dependency "authz/application_controller" module Authz class PendingControllerActionsController < ApplicationController def index @pending_controller_actions = ControllerAction.pending .sort_by { |ca| ca[:controller] } end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
authz-0.0.2 | app/controllers/authz/pending_controller_actions_controller.rb |
authz-0.0.1 | app/controllers/authz/pending_controller_actions_controller.rb |