autoform
autoform copied to clipboard
Associations
We can get a schema's associations using .__schema__(:associations)
We can then use that to load all the available options and display them on a form.
Initially, for Club Soda, we need to display these as checkboxes, but in the long run it would be good to have options to use radio buttons/select elements.
It would also be useful to add an option to exclude these if unwanted (see #12).
Association options and existing associations are now displayed in the form as of #13. Leaving this issue open to remind us that an option to use radio buttons or select elements would be a good enhancement.