Sha256: 945595b5fc91c7ec4cd4ad8b7888fab1278c384117a009d2967d3d325f003eaf
Contents?: true
Size: 340 Bytes
Versions: 13
Compression:
Stored size: 340 Bytes
Contents
class ActiveRecordSchemaScrapper class Association include Virtus.model attribute :name, Symbol attribute :class_name, Symbol attribute :type, Symbol attribute :through, Symbol attribute :source, Symbol attribute :foreign_key, Symbol attribute :join_table, Symbol attribute :dependent, Symbol end end
Version data entries
13 entries across 13 versions & 1 rubygems