Mercurial > hg > soundsoftware-site
view vendor/plugins/classic_pagination/test/fixtures/developer.rb @ 1042:26a835cb14f9 live
Merge from branch cannam
author | Chris Cannam |
---|---|
date | Tue, 13 Nov 2012 15:39:30 +0000 |
parents | 513646585e45 |
children |
line wrap: on
line source
class Developer < ActiveRecord::Base has_and_belongs_to_many :projects end class DeVeLoPeR < ActiveRecord::Base set_table_name "developers" end