Sha256: bdcf56cf85cff32d88ff5eed972f92085af96074645b072237341d87d4466144
Contents?: true
Size: 163 Bytes
Versions: 40
Compression:
Stored size: 163 Bytes
Contents
class Locatable < AbstractAdapter belongs_to :location belongs_to :locatable, polymorphic: true validates_inclusion_of :locatable_type, in: %w(Company) end
Version data entries
40 entries across 40 versions & 2 rubygems