mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-21 17:50:13 +01:00
4 lines
92 B
Ruby
4 lines
92 B
Ruby
|
|
class Project < ActiveRecord::Base
|
||
|
|
has_and_belongs_to_many :developers, :uniq => true
|
||
|
|
end
|