Remove unused require

This commit is contained in:
Ryuta Kamizono 2024-08-16 12:20:30 +09:00
parent ff64ad1d64
commit 29f675999c
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
require "abstract_unit"
require "active_support/core_ext/object/with_options"
require "active_support/core_ext/array/extract_options"
class AdminController < ResourcesController; end
class MessagesController < ResourcesController; end