Module: Trax::Controller::Authorization::Pundit::Actions::Index
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/trax/controller/authorization/pundit/actions/index.rb
Instance Method Summary collapse
Instance Method Details
#index(*args, **options) ⇒ Object
9 10 11 12 |
# File 'lib/trax/controller/authorization/pundit/actions/index.rb', line 9 def index(*args, **) (collection) super(*args, **) end |