annotate vendor/plugins/classic_pagination/test/fixtures/project.rb @ 1042:26a835cb14f9 live

Merge from branch cannam
author Chris Cannam
date Tue, 13 Nov 2012 15:39:30 +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