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