Sha256: e307c282d947d989107639bbeb8a2ab331e5c1bf8efce7a4834eefc771af0a96

Contents?: true

Size: 143 Bytes

Versions: 6

Compression:

Stored size: 143 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
ibm_db-5.5.0 test/models/randomly_named_c1.rb
ibm_db-5.4.1 test/models/randomly_named_c1.rb
ibm_db-5.4.0 test/models/randomly_named_c1.rb
ibm_db-5.3.2 test/models/randomly_named_c1.rb
ibm_db-5.3.1 test/models/randomly_named_c1.rb
ruby-on-quails-0.1.0 activerecord/test/models/randomly_named_c1.rb