aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/admin/randomly_named_c1.rb
blob: b64ae7fc41f4648d0f89c6939f22b5535ea7cd4b (plain) (blame)
1
2
3
4
5
6
7
class Admin::ClassNameThatDoesNotFollowCONVENTIONS1 < ActiveRecord::Base
  self.table_name = :randomly_named_table2
end

class Admin::ClassNameThatDoesNotFollowCONVENTIONS2 < ActiveRecord::Base
  self.table_name = :randomly_named_table3
end