Sha256: 2a6207fe0d585393653a38174ac39c8cbcb71e4988fe41b4d7c224e43387817f
Contents?: true
Size: 486 Bytes
Versions: 5
Compression:
Stored size: 486 Bytes
Contents
module Toy module Store extend ActiveSupport::Concern extend Plugins included do include Toy::Object include Persistence include MassAssignmentSecurity include DirtyStore include Querying include Reloadable include Callbacks include Validations include Timestamps include Lists include References include AssociationSerialization include IdentityMap include Caching end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
toystore-0.10.4 | lib/toy/store.rb |
toystore-0.10.3 | lib/toy/store.rb |
toystore-0.10.2 | lib/toy/store.rb |
toystore-0.10.1 | lib/toy/store.rb |
toystore-0.10.0 | lib/toy/store.rb |