New author
How this page is built
the gem renders it — this is all you write
A derived form on a zero-config model — the same crud_form helper as edit; new vs. edit is inferred from persisted?.
app/views/authors/new.html.erb
<%= crud_form @author %>
Read more: Forms