view vendor/plugins/classic_pagination/test/fixtures/project.rb @ 688:1f488f375d64 feature_36

Merge from branch "live"
author Chris Cannam
date Fri, 16 Sep 2011 15:49:29 +0100
parents 513646585e45
children
line wrap: on
line source
class Project < ActiveRecord::Base
  has_and_belongs_to_many :developers, :uniq => true
end