]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/classic_pagination/test/fixtures/developer.rb
Bit more work on the contributor terms page - still very much a work-in-progress.
[rails.git] / vendor / plugins / classic_pagination / test / fixtures / developer.rb
1 class Developer < ActiveRecord::Base
2   has_and_belongs_to_many :projects
3 end
4
5 class DeVeLoPeR < ActiveRecord::Base
6   set_table_name "developers"
7 end