tracks/vendor/rails/actionpack/test/fixtures/project.rb
2008-05-20 21:28:26 +01:00

3 lines
92 B
Ruby

class Project < ActiveRecord::Base
has_and_belongs_to_many :developers, :uniq => true
end