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

Remove unused require

`except` and `slice` were removed at d2b78b3594
This commit is contained in:
Takayuki Nakata 2019-10-03 09:51:16 +09:00
parent b45699cbf2
commit 6497096b85

View file

@ -1,8 +1,5 @@
# frozen_string_literal: true
require "active_support/core_ext/hash/except"
require "active_support/core_ext/hash/slice"
module ActiveModel
# == Active \Model \Serialization
#