Sha256: 6ceea81fea471e22db3be8ea48c047df8733c9105ab4febd900eb75dbec6ce3f

Contents?: true

Size: 405 Bytes

Versions: 6

Compression:

Stored size: 405 Bytes

Contents

module {{namespace_module}}
  module {{resource_module}}
    module Show
      class Denormalizer
        include Shogun::Denormalizer
        include {{resource_module}}

        MAPPING = {
          "id" => "id",
          "created_at" => "created_at",
          "destroyed_at" => "destroyed_at",
          "updated_at" => "updated_at",
          "href" => "href"
        }
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
shogun-6.4.2 scaffold/generate/resource/show/denormalizer.rb
shogun-6.4.1 scaffold/generate/resource/show/denormalizer.rb
shogun-6.4.0 scaffold/generate/resource/show/denormalizer.rb
shogun-6.3.0 scaffold/generate/resource/show/denormalizer.rb
shogun-6.2.3 scaffold/generate/resource/show/denormalizer.rb
shogun-6.2.2 scaffold/generate/resource/show/denormalizer.rb