Mercurial > hg > soundsoftware-site
view vendor/plugins/classic_pagination/test/fixtures/.svn/text-base/project.rb.svn-base @ 0:513646585e45
* Import Redmine trunk SVN rev 3859
author | Chris Cannam |
---|---|
date | Fri, 23 Jul 2010 15:52:44 +0100 |
parents | |
children |
line wrap: on
line source
class Project < ActiveRecord::Base has_and_belongs_to_many :developers, :uniq => true end