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

                             
                                          
                 
   
# frozen_string_literal: true

class MixedCaseMonkey < ActiveRecord::Base
  belongs_to :man
end