Sha256: b66bf2a4f7fedc2bf9f7271d87c99559aab076e9043ff5e09e3b0f875c3503d4
Contents?: true
Size: 166 Bytes
Versions: 2
Compression:
Stored size: 166 Bytes
Contents
class Developer < ActiveRecord::Base has_and_belongs_to_many :projects protected def validate errors.add_on_boundry_breaking("name", 3..20) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
activerecord-1.0.0 | test/fixtures/developer.rb |
activerecord-1.1.0 | test/fixtures/developer.rb |