diff --git a/app/controllers/pets_controller.rb b/app/controllers/pets_controller.rb index f2de7990..eb552793 100644 --- a/app/controllers/pets_controller.rb +++ b/app/controllers/pets_controller.rb @@ -5,8 +5,6 @@ class PetsController < ApplicationController protect_from_forgery except: :submit before_action :local_only, only: :submit - - cache_sweeper :user_sweeper def load if params[:name] == '!' diff --git a/app/models/closet_group.rb b/app/models/closet_group.rb deleted file mode 100644 index e69de29b..00000000