aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/randomly_named_c1.rb
blob: d4be1e13b45928070a90dd03c420f1592d2a65c9 (plain) (blame)
1
2
3
class ClassNameThatDoesNotFollowCONVENTIONS < ActiveRecord::Base
  self.table_name = :randomly_named_table1
end