Sha256: f70a59a32c351409d3fa9fb8c66d3b03a3f361c2872e26e06a5950b66fddac70

Contents?: true

Size: 288 Bytes

Versions: 9

Compression:

Stored size: 288 Bytes

Contents

module Trax
  module Controller
    module InheritResources
      extend ::ActiveSupport::Concern

      included do
        ::InheritedResources::Base.inherit_resources(self)
        initialize_resources_class_accessors!
        create_resources_url_helpers!
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
trax_controller-1.0.0 lib/trax/controller/inherit_resources.rb
trax_controller-0.1.4 lib/trax/controller/inherit_resources.rb
trax_controller-0.1.3 lib/trax/controller/inherit_resources.rb
trax_controller-0.1.2 lib/trax/controller/inherit_resources.rb
trax_controller-0.1.1 lib/trax/controller/inherit_resources.rb
trax_controller-0.1.0 lib/trax/controller/inherit_resources.rb
trax_controller-0.0.4 lib/trax/controller/inherit_resources.rb
trax_controller-0.0.3 lib/trax/controller/inherit_resources.rb
trax_controller-0.0.2 lib/trax/controller/inherit_resources.rb