summaryrefslogtreecommitdiffstats
path: root/lib/plugins/classic_pagination/test/fixtures/project.rb
blob: 2b53d39ed5b1d91c942528065584a84056261bf4 (plain)
1
2
3
class Project < ActiveRecord::Base
  has_and_belongs_to_many :developers, :uniq => true
end