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

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