1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch
Andrew White bb0518891c Use nested_scope? not shallow? to determine whether to copy options
The method `shallow?` returns false if the parent resource is a singleton so
we need to check if we're not inside a nested scope before copying the :path
and :as options to their shallow equivalents.

Fixes #14388.
2014-03-16 09:35:35 +00:00
..
http use the body proxy to freeze headers 2014-03-12 17:40:08 -07:00
journey Replace map.flatten with flat_map in actionpack 2014-03-03 19:23:12 -08:00
middleware only write the jar if the response isn't committed 2014-03-12 16:07:26 -07:00
request
routing Use nested_scope? not shallow? to determine whether to copy options 2014-03-16 09:35:35 +00:00
testing
journey.rb
railtie.rb
routing.rb