aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/mixed_case_monkey.rb
blob: 853f2682b355006c4142cf067f0c3c752f5494f2 (plain) (blame)
1
2
3
class MixedCaseMonkey < ActiveRecord::Base
  set_primary_key 'monkeyID'
end