aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/mixed_case_monkey.rb
blob: 1c350066655b8ed267b881186e6e899aa1778e86 (plain) (blame)
1
2
3
class MixedCaseMonkey < ActiveRecord::Base
  belongs_to :man
end