spec/models/pet.rb in bullet-5.7.4 vs spec/models/pet.rb in bullet-5.7.5

- old
+ new

@@ -2 +1,3 @@ +# frozen_string_literal: true + class Pet < ActiveRecord::Base belongs_to :person, counter_cache: true