You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Board.amr_notification("Le compte #{@account.login}#{user_url@account.login} a reçu le rôle mainteneur par #{current_user.name}#{user_url(current_user)}")
8
+
redirect_to@account.user,notice: "Nouveau rôle : mainteneur"
9
+
end
10
+
11
+
defdestroy
12
+
@account.remove_all_rights!
13
+
Board.amr_notification("Le compte #{@account.login}#{user_url@account.login} a perdu le rôle mainteneur par #{current_user.name}#{user_url(current_user)}")
0 commit comments