mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
81d90d81d0
Keyword argument warnings are caused by #41206 to allow both `current_page?(url_hash)` and `current_page?(**url_hash)` on Ruby 3.0. Unfortunately it is super hard to support that for both Ruby 2.7 and 3.0 with the same method signature. Closes #41710. |
||
---|---|---|
.. | ||
action_view | ||
action_view.rb |