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/request
Trent Ogren d0fc760d09 Make ActionDispatch::Request::Session#fetch behave like Hash#fetch
Session#fetch was mutating the session when given a default argument
and/or a block. Since Session duck-types as a Hash, it should behave
like one in these cases.
2013-12-11 15:29:33 -06:00
..
session.rb Make ActionDispatch::Request::Session#fetch behave like Hash#fetch 2013-12-11 15:29:33 -06:00
utils.rb Extract ActionDispatch::Request#deep_munge 2013-05-30 21:26:37 +03:00