patrickdavey/caster

View on GitHub
web/templates/custom_cast/new.html.eex

Summary

Maintainability
Test Coverage
<h2>New custom cast</h2>

<%= render "form.html", changeset: @changeset,
                        action: custom_cast_path(@conn, :create) %>

<%= link "Back", to: cast_path(@conn, :index) %>