Mercurial > hg > soundsoftware-site
view vendor/plugins/classic_pagination/test/fixtures/developer.rb @ 1475:23412bce0576 bug_522
Close obsolete branch bug_522
| author | Chris Cannam |
|---|---|
| date | Sat, 27 Oct 2012 17:18:52 +0100 |
| 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
