Rename MergeRequest#lock! to #lock_mr!
As a warning from the StateMachine gem points out to us, there already exists a method ActiveRecord#lock!. This change renames the `lock` and `unlock` events defined on MergeRequest to `lock_mr` and `unlock_mr`.
Showing
Please register or sign in to comment