Sha256: ca2c0f8ca9963d50fe4c4299572fad1601f5a4993229bc0284a7cd714de7c32b

Contents?: true

Size: 99 Bytes

Versions: 11

Compression:

Stored size: 99 Bytes

Contents

class Favorite < ActiveRecord::Base
  belongs_to :tweet, counter_cache: :favorites_count_cache
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
activerecord-precount-0.6.0 test/models/favorite.rb
activerecord-precount-0.5.1 test/models/favorite.rb
activerecord-precount-0.5.0 test/models/favorite.rb
activerecord-precount-0.4.3 test/models/favorite.rb
activerecord-precount-0.4.2 test/models/favorite.rb
activerecord-precount-0.4.1 test/models/favorite.rb
activerecord-precount-0.4.0 test/models/favorite.rb
activerecord-count_loader-0.3.3 test/models/favorite.rb
activerecord-count_loader-0.3.2 test/models/favorite.rb
activerecord-count_loader-0.3.1 test/models/favorite.rb
activerecord-count_loader-0.3.0 test/models/favorite.rb