Sha256: c9a5851d686313d6dc5b9d720b66cfdbba03b5191d1e526474b9d96c1ae2d7d8

Contents?: true

Size: 102 Bytes

Versions: 1

Compression:

Stored size: 102 Bytes

Contents

class Post < ActiveRecord::Base
  acts_as_cached

  has_many :comments
  cached_id_list :comments
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cache_cow-0.0.1 spec/dummy/app/models/post.rb