Sha256: cbf3d2ac7c43a05732fc48b602ef154e242a3bdcbc77ec57810a3a8aad1116b9

Contents?: true

Size: 188 Bytes

Versions: 1

Compression:

Stored size: 188 Bytes

Contents

require 'ronin/model/cacheable'

class CacheableModel

  include Ronin::Model::Cacheable

  property :id, Serial

  property :content, String, :required => true

  attr_accessor :var

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ronin-1.0.0 spec/model/models/cacheable_model.rb