Sha256: 2fb5ecd6ee0e2770ea7fb113ed1af81447fc86e85f30eaabd2fb2ae960b7fc17

Contents?: true

Size: 96 Bytes

Versions: 5

Compression:

Stored size: 96 Bytes

Contents

class Post
  include Ultracache::Cached

  attr_accessor :person_id

  def id
    "1"
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ultracache-0.1.4 spec/models/post.rb
ultracache-0.1.3 spec/models/post.rb
ultracache-0.1.2 spec/models/post.rb
ultracache-0.1.1 spec/models/post.rb
ultracache-0.1.0 spec/models/post.rb