spec/models/pet.rb in bullet-4.6.0 vs spec/models/pet.rb in bullet-4.7.0

- old
+ new

@@ -1,3 +1,3 @@ class Pet < ActiveRecord::Base - belongs_to :person, :counter_cache => true + belongs_to :person, counter_cache: true end