Sha256: 446dbb3bd81017500a1bf549577d2d433d69665b8cc0e35e8a83226a35edc0c1

Contents?: true

Size: 474 Bytes

Versions: 5

Compression:

Stored size: 474 Bytes

Contents

module Ardm
  module Ar
    module DataMapperConstantProxy

      class << self
        extend Forwardable
        def_delegators 'Ardm::Record',
          :finalize,
          :repository,
          :logger,
          :logger=
      end

      module Resource
      end

      ObjectNotFoundError = ::ActiveRecord::RecordNotFound
      SaveFailureError = ::ActiveRecord::RecordNotSaved

      Property = Ardm::Property
      Collection = Ardm::Collection
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ardm-0.4.0.ar427 lib/ardm/ar/data_mapper_constant_proxy.rb
ardm-0.4.0 lib/ardm/ar/data_mapper_constant_proxy.rb
ardm-0.3.2 lib/ardm/ar/data_mapper_constant_proxy.rb
ardm-0.3.1 lib/ardm/ar/data_mapper_constant_proxy.rb
ardm-0.3.0 lib/ardm/ar/data_mapper_constant_proxy.rb