Sha256: fcbfe9bf6c6affd8bbaf13d0d1d4eebabb2347c3dc70986f965f7ca6f692411e
Contents?: true
Size: 397 Bytes
Versions: 5
Compression:
Stored size: 397 Bytes
Contents
module Toy module Object extend ActiveSupport::Concern included do extend ActiveModel::Naming include ActiveModel::Conversion include Attributes include Cloneable include Dirty include Equality include Inspect include Logger include Inheritance include Serialization end def persisted? false end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
toystore-0.10.4 | lib/toy/object.rb |
toystore-0.10.3 | lib/toy/object.rb |
toystore-0.10.2 | lib/toy/object.rb |
toystore-0.10.1 | lib/toy/object.rb |
toystore-0.10.0 | lib/toy/object.rb |