Sha256: 36420fc24404297eae43548a33fe657c02280f44b0a298bdb7bcbd326c24705a
Contents?: true
Size: 272 Bytes
Versions: 6
Compression:
Stored size: 272 Bytes
Contents
# 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
Version data entries
6 entries across 6 versions & 2 rubygems