Sha256: 90fb80fef10fc770fe5d869ad275b4800bee13a65983c363b115b2c6ccbcc736
Contents?: true
Size: 422 Bytes
Versions: 3
Compression:
Stored size: 422 Bytes
Contents
module MassiveRecord module ORM class Column < Base def self.inherited(by_class) raise(<<-TXT #{by_class} inherits from MassiveRecord::ORM::Column which has been renamed to MassiveRecord::ORM::Embedded. Please inherit from the Embedded class instead as Column will be removed in the an upcomming of MassiveRecord. TXT ) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
massive_record-0.2.2 | lib/massive_record/orm/column.rb |
massive_record-0.2.2.rc2 | lib/massive_record/orm/column.rb |
massive_record-0.2.2.rc1 | lib/massive_record/orm/column.rb |