I just realized why the button to give ownership of mods wasn't working

master
Zequez 2015-07-30 03:38:07 -03:00
parent 5e710fce87
commit d789d87e3d
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ ActiveAdmin.register User do
end
column :give_ownership do |user|
# Doesn't actually toggle, it's just a one way trip
toggler_status_tag validate_admin_user_path(user), user.is_dev
toggler_status_tag give_ownership_admin_user_path(user), user.is_dev
end
actions
end