Commit a05e4586 by naari3 Committed by Cuong Tran

Replace soft-deprecated constant `HashWithIndifferentAccess` to…

Replace soft-deprecated constant `HashWithIndifferentAccess` to `ActiveSupport::HashWithIndifferentAccess` (#699)
parent a91b65bf
......@@ -54,7 +54,7 @@ module Annotate
return if @has_set_defaults
@has_set_defaults = true
options = HashWithIndifferentAccess.new(options)
options = ActiveSupport::HashWithIndifferentAccess.new(options)
all_options.flatten.each do |key|
if options.key?(key)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment