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

Add missing require "active_support/core_ext/hash/indifferent_access"

https://travis-ci.org/rails/rails/jobs/300163454#L2236
This commit is contained in:
Ryuta Kamizono 2017-11-10 23:48:53 +09:00
parent d6e86f1773
commit fc7a6c7381

View file

@ -1,5 +1,7 @@
# frozen_string_literal: true # frozen_string_literal: true
require "active_support/core_ext/hash/indifferent_access"
module ActiveModel module ActiveModel
class AttributeMutationTracker # :nodoc: class AttributeMutationTracker # :nodoc:
OPTION_NOT_GIVEN = Object.new OPTION_NOT_GIVEN = Object.new