Skip to content

Refactor RailsMigration into TaskHelpers

Gabriel Mazetto requested to merge brodock/task-helpers into main

What does this Merge Request do and why?

Refactor RailsMigration class into TaskHelpers which better describes the intention of the code inside it.

This also adds in-class documentation of the purpose of TaskHelpers and it's intended usage.

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.
Edited by Gabriel Mazetto

Merge request reports