From fc7a6c738122ba9dd6eff4ede08d67e86a3f0ea7 Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Fri, 10 Nov 2017 23:48:53 +0900 Subject: Add missing require "active_support/core_ext/hash/indifferent_access" https://travis-ci.org/rails/rails/jobs/300163454#L2236 --- activemodel/lib/active_model/attribute_mutation_tracker.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activemodel/lib/active_model') diff --git a/activemodel/lib/active_model/attribute_mutation_tracker.rb b/activemodel/lib/active_model/attribute_mutation_tracker.rb index 9072460124..c67e1b809a 100644 --- a/activemodel/lib/active_model/attribute_mutation_tracker.rb +++ b/activemodel/lib/active_model/attribute_mutation_tracker.rb @@ -1,5 +1,7 @@ # frozen_string_literal: true +require "active_support/core_ext/hash/indifferent_access" + module ActiveModel class AttributeMutationTracker # :nodoc: OPTION_NOT_GIVEN = Object.new -- cgit v1.2.3