Sha256: 35c7df5e15645f0aa905c3eacb08d7dadbf1814eb822ce415594de09e8384c08

Contents?: true

Size: 225 Bytes

Versions: 7

Compression:

Stored size: 225 Bytes

Contents

require 'ronin/model/cacheable'

class CacheableModel

  include Ronin::Model::Cacheable

  contextify :ronin_cacheable_model

  property :id, Serial

  property :content, String, :required => true

  attr_accessor :var

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ronin-1.0.0.rc3 spec/model/models/cacheable_model.rb
ronin-1.0.0.rc2 spec/model/models/cacheable_model.rb
ronin-1.0.0.rc1 spec/model/models/cacheable_model.rb
ronin-1.0.0.pre4 spec/model/models/cacheable_model.rb
ronin-1.0.0.pre3 spec/model/models/cacheable_model.rb
ronin-1.0.0.pre2 spec/model/models/cacheable_model.rb
ronin-1.0.0.pre1 spec/model/models/cacheable_model.rb