1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove unused require "active_support/core_ext/array/extract_options"

dfa439eefc
6708f3a5b7
This commit is contained in:
Ryuta Kamizono 2020-05-10 03:38:14 +09:00
parent 37c7481826
commit d9539281bd
2 changed files with 0 additions and 2 deletions

View file

@ -1,7 +1,6 @@
# frozen_string_literal: true # frozen_string_literal: true
require "active_support/core_ext/module/redefine_method" require "active_support/core_ext/module/redefine_method"
require "active_support/core_ext/array/extract_options"
class Class class Class
# Declare a class-level attribute whose value is inheritable by subclasses. # Declare a class-level attribute whose value is inheritable by subclasses.

View file

@ -2,7 +2,6 @@
require "openssl" require "openssl"
require "base64" require "base64"
require "active_support/core_ext/array/extract_options"
require "active_support/core_ext/module/attribute_accessors" require "active_support/core_ext/module/attribute_accessors"
require "active_support/message_verifier" require "active_support/message_verifier"
require "active_support/messages/metadata" require "active_support/messages/metadata"