Sha256: 70ba11a9902a386dd0617ddf50ec9165fe6d06c945a8084697ddc1dbcabe8d6f

Contents?: true

Size: 182 Bytes

Versions: 11

Compression:

Stored size: 182 Bytes

Contents

class Developer < ActiveRecord::Base
  has_and_belongs_to_many :projects

  validates_inclusion_of :salary, :in => 50000..200000
  validates_length_of    :name, :within => 3..20
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
activerecord-1.10.0 test/fixtures/developer.rb
activerecord-1.10.1 test/fixtures/developer.rb
activerecord-1.4.0 test/fixtures/developer.rb
activerecord-1.3.0 test/fixtures/developer.rb
activerecord-1.5.0 test/fixtures/developer.rb
activerecord-1.5.1 test/fixtures/developer.rb
activerecord-1.9.0 test/fixtures/developer.rb
activerecord-1.6.0 test/fixtures/developer.rb
activerecord-1.7.0 test/fixtures/developer.rb
activerecord-1.8.0 test/fixtures/developer.rb
activerecord-1.9.1 test/fixtures/developer.rb