Editing Passwords Discussion
Discussion for
Editing Passwords
Hey Chris! Enjoyed the video!
Any issue with using:
...
@password = Password.new(password_params)
if @password.save
current_user.passwords << @password
redirect_to @password
....
In the create action instead of how you tackled it in the lesson?