6d9490ddcc
Compatibility with Rails 1.2 is preserved. git-svn-id: http://redmine.rubyforge.org/svn/trunk@975 e93f8b46-1217-0410-a6f0-8f06a7374b81
4 lines
92 B
Ruby
4 lines
92 B
Ruby
class Project < ActiveRecord::Base
|
|
has_and_belongs_to_many :developers, :uniq => true
|
|
end
|