instiki/vendor/rails/actionpack/test/fixtures/project.rb
2007-01-22 07:43:50 -06:00

4 lines
92 B
Ruby

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