Mercurial > hg > soundsoftware-site
view vendor/plugins/classic_pagination/test/fixtures/project.rb @ 516:c06c84b3c71a live
Salted is now the default everywhere
author | Chris Cannam |
---|---|
date | Thu, 14 Jul 2011 12:07:17 +0100 |
parents | 513646585e45 |
children |
line wrap: on
line source
class Project < ActiveRecord::Base has_and_belongs_to_many :developers, :uniq => true end