Skip to content

Remove the `User#is_admin?` method

blackst0ne requested to merge blackst0ne/gitlab-ce:remove_is_admin into master

What does this MR do?

It removes the is_admin? method from the user.rb since there already is a boolean admin field in the users table.

What are the relevant issue numbers?

Closes #30584 (closed)

Merge request reports