instiki/vendor/rails/actionpack/test/fixtures/project.rb

4 lines
92 B
Ruby
Raw Normal View History

2007-01-22 14:43:50 +01:00
class Project < ActiveRecord::Base
has_and_belongs_to_many :developers, :uniq => true
end