You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Optimize route generation in rfc6570_route/s helper
The #rfc6570_routes helper directly delegates to #to_rfc6570 on the
named routes collection now, avoiding manual iteration and an extra
lookup via #rfc6570_route.
Otherwise, both methods the context-local #_routes method now, instead
of Rails.application.routes, which eases testing. New helper specs
verify both method in detail now too.
0 commit comments