set action argument in form
I have two resources: User and Account
I'm creating an AshFrom and use that to create an User. On submit, just before creating the User i need to create an account and pass it as argument to the action used in the
Unfortunately i can't manage to find a way to set the argument in the form before it calls the action
I'm creating an AshFrom and use that to create an User. On submit, just before creating the User i need to create an account and pass it as argument to the action used in the
for_create of the form.Unfortunately i can't manage to find a way to set the argument in the form before it calls the action
