Sha256: 904d26d53cb21966687f8292e25897c1d60b6ee08d7ea2aa0cdad4933cb9d52a

Contents?: true

Size: 393 Bytes

Versions: 7

Compression:

Stored size: 393 Bytes

Contents

module Trax
  module Controller
    module Authorization
      module Pundit
        module Actions
          extend ::ActiveSupport::Autoload

          autoload :Create
          autoload :Destroy
          autoload :Index
          autoload :New
          autoload :Read
          autoload :Search
          autoload :Show
          autoload :Update
        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
trax_controller-1.0.0 lib/trax/controller/authorization/pundit/actions.rb
trax_controller-0.1.4 lib/trax/controller/authorization/pundit/actions.rb
trax_controller-0.1.3 lib/trax/controller/authorization/pundit/actions.rb
trax_controller-0.1.2 lib/trax/controller/authorization/pundit/actions.rb
trax_controller-0.1.1 lib/trax/controller/authorization/pundit/actions.rb
trax_controller-0.1.0 lib/trax/controller/authorization/pundit/actions.rb
trax_controller-0.0.4 lib/trax/controller/authorization/pundit/actions.rb