Skip to content

Fix deprecation: returning false in Active Record and Active Model callbacks

What does this MR do?

Fixes deprecation: Returning `false` in Active Record and Active Model callbacks will not implicitly halt a callback chain in Rails 5.1. To explicitly halt the callback chain, please use `throw :abort` instead. (called from block (3 levels) in <top (required)> at /builds/jlemaes/gitlab-ce/spec/models/list_spec.rb:36)

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Merge request reports