Quiz: Work with Changesets and Phoenix Forms
Test your understanding of how to work with changesets and Phoenix forms.
Technical Quiz
1.
While taking input through inputs_for
function, how do Phoenix forms deal with embeds_many
associations?
A.
By giving a mechanism to update any already created associated records.
B.
By giving a mechanism to insert any number of new records.
C.
All of the above.
1 / 3
...