Sha256: e8259ebcfa260a8fcabfcfeadad34ff5645b67103123f275f0740ec4785ffe9a

Contents?: true

Size: 476 Bytes

Versions: 3

Compression:

Stored size: 476 Bytes

Contents

require 'ardm'

require 'dm-core'
require 'ardm/dm/record'
require 'ardm/dm/collection'

module Ardm
  Record           = Ardm::Dm::Record
  begin
    Validations      = ::DataMapper::Validations
  rescue NameError
    # DataMapper::Validations might not be included.
  end

  SaveFailureError = ::DataMapper::SaveFailureError
  RecordNotFound   = ::DataMapper::ObjectNotFoundError
  Property         = ::DataMapper::Property
  Collection       = ::DataMapper::Collection
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ardm-0.4.0.ar427 lib/ardm/dm.rb
ardm-0.4.0 lib/ardm/dm.rb
ardm-0.3.2 lib/ardm/dm.rb