Skip to content

Convert TimeboxesRoutingHelper to Rails' route directs

Peter Leitzen requested to merge pl-timebox-routing-helper into master

What does this MR do and why?

This MR converts TimeboxesRoutingHelper to Rails "custom URLs" via direct.

It defines a new folder {,ee/}config/routes/directs to store all directs. These directs are loaded after all routes have been defined via draw 'directs/<scope>' from {,ee/}config/routes/directs.rb.

Contributes to #390857.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Peter Leitzen

Merge request reports