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

Merge pull request #37347 from giraffate/remove_unused_require

Remove unused `require`
This commit is contained in:
Ryuta Kamizono 2019-10-03 10:23:41 +09:00 committed by GitHub
commit 064338998f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
#