stripe_mock v0.1.0 StripeMockWeb.ChangesetView
Link to this section Summary
Functions
Returns true whenever the list of templates changes in the filesystem.
The resource name, as an atom, for this view
Returns the template root alongside all templates.
Renders the given template locally.
Callback invoked when no template is found. By default it raises but can be customized to render a particular template.
Traverses and translates changeset errors.
Link to this section Functions
__phoenix_recompile__?()
Returns true whenever the list of templates changes in the filesystem.
__resource__()
The resource name, as an atom, for this view
__templates__()
Returns the template root alongside all templates.
render(template, assigns \\ %{})
Renders the given template locally.
render_page(conn, page, view, template)
template_not_found(template, assigns)
template_not_found(Phoenix.Template.name(), map()) :: no_return()
template_not_found(Phoenix.Template.name(), map()) :: no_return()
Callback invoked when no template is found. By default it raises but can be customized to render a particular template.
translate_errors(changeset)
Traverses and translates changeset errors.
See Ecto.Changeset.traverse_errors/2
and
StripeMockWeb.ErrorHelpers.translate_error/1
for more details.