mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
0c1ff4243e
Since `ActionController:Parameters` does not inherit `Hash`, need to explicitly convert it to `Hash`. Also, `Parameters#to_h` returns `Hash` whose key is `String`. Therefore, if merge as it is, the value will not be overwritten as expected. |
||
---|---|---|
.. | ||
endpoint.rb | ||
inspector.rb | ||
mapper.rb | ||
polymorphic_routes.rb | ||
redirection.rb | ||
route_set.rb | ||
routes_proxy.rb | ||
url_for.rb |