Sha256: 534e4dd61471d3f42fa0c3febc3e9f2feb59e85cba128a94a27dc1a2ace06ca1

Contents?: true

Size: 439 Bytes

Versions: 27

Compression:

Stored size: 439 Bytes

Contents

# frozen_string_literal: true

require_relative '../concerns/href'

module V1
  module Resources
    class Base < Praxis::Mapper::Resource
      include Resources::Concerns::Href

      # Base for all V1 resources.
      # Resources withing a single version should have resource mappings separate from other versions
      # and the Mapper::Resource will appropriately maintain different model_maps for each Base classes
    end
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
praxis-2.0.0 tasks/thor/templates/generator/example_app/app/v1/resources/base.rb
praxis-2.0.pre.40 tasks/thor/templates/generator/example_app/app/v1/resources/base.rb
praxis-2.0.pre.39 tasks/thor/templates/generator/example_app/app/v1/resources/base.rb
praxis-2.0.pre.38 tasks/thor/templates/generator/example_app/app/v1/resources/base.rb
praxis-2.0.pre.37 tasks/thor/templates/generator/example_app/app/v1/resources/base.rb
praxis-2.0.pre.36 tasks/thor/templates/generator/example_app/app/v1/resources/base.rb
praxis-2.0.pre.35 tasks/thor/templates/generator/example_app/app/v1/resources/base.rb
praxis-2.0.pre.34 tasks/thor/templates/generator/example_app/app/v1/resources/base.rb
praxis-2.0.pre.33 tasks/thor/templates/generator/example_app/app/v1/resources/base.rb
praxis-2.0.pre.32 tasks/thor/templates/generator/example_app/app/v1/resources/base.rb
praxis-2.0.pre.31 tasks/thor/templates/generator/example_app/app/v1/resources/base.rb
praxis-2.0.pre.30 tasks/thor/templates/generator/example_app/app/v1/resources/base.rb
praxis-2.0.pre.29 tasks/thor/templates/generator/example_app/app/v1/resources/base.rb
praxis-2.0.pre.28 tasks/thor/templates/generator/example_app/app/v1/resources/base.rb
praxis-2.0.pre.27 tasks/thor/templates/generator/example_app/app/v1/resources/base.rb
praxis-2.0.pre.26 tasks/thor/templates/generator/example_app/app/v1/resources/base.rb
praxis-2.0.pre.25 tasks/thor/templates/generator/example_app/app/v1/resources/base.rb
praxis-2.0.pre.24 tasks/thor/templates/generator/example_app/app/v1/resources/base.rb
praxis-2.0.pre.23 tasks/thor/templates/generator/example_app/app/v1/resources/base.rb
praxis-2.0.pre.22 tasks/thor/templates/generator/example_app/app/v1/resources/base.rb