aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/randomly_named_c1.rb
blob: f90a7b9336a571d74785db9c7e7e3d42a9695afc (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

class ClassNameThatDoesNotFollowCONVENTIONS < ActiveRecord::Base
  self.table_name = :randomly_named_table1
end