Skip to content

Commit

Permalink
save role info
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Nov 21, 2024
1 parent 680a2a3 commit d6c37f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/controllers/settings/users_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ def get_user
def user_params
params.require(:user).permit(
:email,
:username
:username,
role_ids: []
)
end
end

0 comments on commit d6c37f4

Please sign in to comment.