Sha256: 05b83404e52ab69e555e85209c72fe09112a3614082e96887736ead26ddecf4d
Contents?: true
Size: 423 Bytes
Versions: 1
Compression:
Stored size: 423 Bytes
Contents
module Appfuel module AwsDynamodb class Repository < Appfuel::Repository::Base class << self def container_class_type "#{super}.aws.dynamodb" end end def storage_class(domain_name) mapper.storage_class('aws.dynamodb', domain_name) end def to_entity(domain_name, storage) super(domain_name, 'aws.dynamodb', storage) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
appfuel-0.5.8 | lib/appfuel/storage/aws_dynamodb/repository.rb |