Understanding Forms and Changesets: Difference between revisions
From ElixirBlocks
(Created page with "{{In_progress}} In this tutorial you seed database and Ecto "Context" data. You then write controllers and forms while learning how changesets work.") |
No edit summary |
||
Line 2: | Line 2: | ||
In this tutorial you | In this tutorial you create a database table named Item and its Ecto "Context" data. You learn how changesets work by writing controllers, template and forms. |
Revision as of 11:36, 13 October 2023
This page is in progress
In this tutorial you create a database table named Item and its Ecto "Context" data. You learn how changesets work by writing controllers, template and forms.