Adding new changeset arguments in `before_action`
Hi, I'm having a bit of trouble understanding the order in which changes get executed within an update action and how to set arguments. Suppose I have something like:
Running
where the value associated with
I have two questions:
1. At what point do changes that are not
2. Is this a bug that an argument gets a key of
Running
:foo on a resource prints the following in the IEx:where the value associated with
nil is the nested_resource.id.I have two questions:
1. At what point do changes that are not
before_action, etc get run?2. Is this a bug that an argument gets a key of
nil instead of :nested_resource_id?