aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/models/mixed_case_monkey.rb
blob: 763baefd9181a2e085ca47aef2158bc0239434ef (plain) (tree)
1
2
3
                                          
                               
   
class MixedCaseMonkey < ActiveRecord::Base
  self.primary_key = 'monkeyID'
end