annotate vendor/plugins/classic_pagination/test/fixtures/project.rb @ 804:548e23d4cd71 live

Merge from branch "cannam"
author Chris Cannam
date Wed, 23 Nov 2011 11:15:54 +0000
parents 513646585e45
children
rev   line source
Chris@0 1 class Project < ActiveRecord::Base
Chris@0 2 has_and_belongs_to_many :developers, :uniq => true
Chris@0 3 end