Sha256: d9b22ffbe017642aa56aa3b082eff88c9de9285820a6b812af7559fe063f904c

Contents?: true

Size: 212 Bytes

Versions: 7

Compression:

Stored size: 212 Bytes

Contents

module Appfuel
  module AwsDynamodb
    class Repository < Appfuel::Repository::Base
      class << self
        def container_class_type
          "#{super}.aws.dynamodb"
        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
appfuel-0.5.7 lib/appfuel/storage/aws_dynamodb/repository.rb
appfuel-0.5.6 lib/appfuel/storage/aws_dynamodb/repository.rb
appfuel-0.5.5 lib/appfuel/storage/aws_dynamodb/repository.rb
appfuel-0.5.4 lib/appfuel/storage/aws_dynamodb/repository.rb
appfuel-0.5.3 lib/appfuel/storage/aws_dynamodb/repository.rb
appfuel-0.5.2 lib/appfuel/storage/aws_dynamodb/repository.rb
appfuel-0.5.1 lib/appfuel/storage/aws_dynamodb/repository.rb