Move EE boards actions to BoardsActions concern
Previously, `Boards::BoardsController` was prepended to both `Project::BoardsController` and `Groups::BoardsControllera`. This is now moved to `EE::BoardsActions` which is prepended to `BoardsActions` which is already included by both controllers in CE.
Showing
Please register or sign in to comment