I created a resource, education, with two attributes: :id and :degree. When I created a LiveView with ash_phoenix.gen.live, the code only defined a column for the :id attribute. it was easy to copy/paste/edit the column display line and have the :degree attribute display from the index view. The two lines in the heex are
I used ash_phoenix.gen.live two times without deleting the assets created the first time I used it. The second time, the command created a second .../dof_app_web/education_live directory in the first such directory that it created. Should I create an issue on GitHub?
done. run ash_phoenix.gen.live twice for the same resource; first time it makes directory app_app_web/resource_live; the second time it makes directory app_app_web/live/resource_live