Topic: Nested association, controller behaviour
Hi!
I have this setup:
So now I like to know how this workout goes. So when I want to create a new authentication I go to the new action on the authenticationscontroller.
When I make this new authentication (which is obviously an association of my usermodel) he is redirected to the update action of my user?!?! Why not to the create action of my authentication??
Greets