Sha256: 73fb2df2c2a6b4868d7c77193d57674ba296e60605b156e03d30babf27fe6a0f

Contents?: true

Size: 218 Bytes

Versions: 2

Compression:

Stored size: 218 Bytes

Contents

require_dependency "authz/application_controller"

module Authz
  class StaleControllerActionsController < ApplicationController
    def index
      @stale_controller_actions = ControllerAction.stale
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
authz-0.0.2 app/controllers/authz/stale_controller_actions_controller.rb
authz-0.0.1 app/controllers/authz/stale_controller_actions_controller.rb