Sha256: f2ae30d9ce079724a3ba54aa9ffce97ecb0c5dfc4a6919bff397fe84bd0b3899

Contents?: true

Size: 320 Bytes

Versions: 14

Compression:

Stored size: 320 Bytes

Contents

module DataMapper
  module Validations
    module Fixtures

      class MotorLaunch
        #
        # Behaviors
        #

        include DataMapper::Resource

        #
        # Properties
        #

        property :id, Serial
        property :name, String, :auto_validation => false
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
ardm-validations-1.2.0 spec/fixtures/motor_launch.rb
dm-validations-1.2.0 spec/fixtures/motor_launch.rb
dm-validations-1.2.0.rc2 spec/fixtures/motor_launch.rb
dm-validations-1.2.0.rc1 spec/fixtures/motor_launch.rb
dm-validations-1.1.0 spec/fixtures/motor_launch.rb
dm-validations-1.1.0.rc3 spec/fixtures/motor_launch.rb
dm-validations-1.1.0.rc2 spec/fixtures/motor_launch.rb
dm-validations-1.1.0.rc1 spec/fixtures/motor_launch.rb
dm-validations-1.0.2 spec/fixtures/motor_launch.rb
dm-validations-1.0.1 spec/fixtures/motor_launch.rb
dm-validations-1.0.0 spec/fixtures/motor_launch.rb
dm-validations-1.0.0.rc3 spec/fixtures/motor_launch.rb
dm-validations-1.0.0.rc2 spec/fixtures/motor_launch.rb
dm-validations-1.0.0.rc1 spec/fixtures/motor_launch.rb