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

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + class Category < ActiveRecord::Base has_many :posts, inverse_of: :category has_many :entries has_many :users