1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/lib
Jacopo 3d76418b9d Fix current_page? with kwargs on ruby3
Prevent raising an error when `options` are given as
kwargs, this is done by overriding `options` with kwargs
if `options` are `nil`; this implies that if both `options` and
kwargs are given, `options` takes precedence.

Fixes #41198
2021-01-22 12:16:16 +01:00
..
action_view Fix current_page? with kwargs on ruby3 2021-01-22 12:16:16 +01:00
action_view.rb Bump license years to 2021 [ci skip] 2021-01-01 12:21:20 +09:00