aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/models/mixed_case_monkey.rb
blob: 4d373717771ccb7769dabcab355288b06d96ee61 (plain) (tree)
1
2
3
4
5
                                          
                               

                 
   
class MixedCaseMonkey < ActiveRecord::Base
  self.primary_key = 'monkeyID'

  belongs_to :man
end