summaryrefslogtreecommitdiffstats
path: root/lib/plugins/classic_pagination/test/fixtures/developer.rb
blob: 08cae72ffa5cd23fd8c0346807a2a5d5467c0751 (plain)
1
2
3
4
5
6
7
class Developer < ActiveRecord::Base
  has_and_belongs_to_many :projects
end

class DeVeLoPeR < ActiveRecord::Base
  self.table_name = "developers"
end