RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: adamkirkwood
Site: http://www.xyentific.com
@Antoine You might want to try the following...
params[:user].permit(..., :role_ids => [])
as this is what worked for me.
@Antoine You might want to try the following...
as this is what worked for me.