mailr/vendor/plugins/classic_pagination/test/fixtures/project.rb
2011-06-24 23:48:08 +02:00

4 lines
92 B
Ruby
Executable file

class Project < ActiveRecord::Base
has_and_belongs_to_many :developers, :uniq => true
end