project.rb
3 lines
| 92 B
| text/x-ruby
|
RubyLexer
|
r962 | class Project < ActiveRecord::Base | ||
has_and_belongs_to_many :developers, :uniq => true | ||||
end | ||||