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