Ticket #9030: request.rb.diff
| File request.rb.diff, 0.5 kB (added by jdrowell, 1 year ago) |
|---|
-
actionpack/lib/action_controller/request.rb
old new 639 639 if top[-1].is_a?(Hash) && ! top[-1].key?(key) 640 640 top[-1][key] = value 641 641 else 642 top << {key => value} .with_indifferent_access642 top << {key => value} #.with_indifferent_access 643 643 push top.last 644 644 end 645 645 else