Sha256: 8b80922d0d3aa6f205e7daaca0b39270b4a07ee2cd1d62cd73d2f0f034c64619
Contents?: true
Size: 281 Bytes
Versions: 4
Compression:
Stored size: 281 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
4 entries across 4 versions & 1 rubygems