Skip to content

Instantly share code, notes, and snippets.

View JonasNielsen's full-sized avatar

Jonas Bylov JonasNielsen

View GitHub Profile
= form_for([:admin, @stencil]) do |f|
- if @stencil.errors.any?
#error_explanation
%h2
= pluralize(@stencil.errors.count, "error")
prohibited this stencil from being saved:
%ul
- @stencil.errors.full_messages.each do |msg|
%li= msg
.field