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
1 changed files with 0 additions and 3 deletions

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
#