beast rev 2066
[beast-modified.git] / vendor / plugins / will_paginate / test / fixtures / project.rb
blob50949df6dfa1dd6c5111b36a9a80bf35cbdaf37d
1 class Project < ActiveRecord::Base
2   has_and_belongs_to_many :developers, :uniq => true
3   has_many :topics
4 end