Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <%= form_with(model: cotizacion, local: true) do |form| %>
  2. <%= form_with(model: cotizacion, local: true) do |form| %>
  3. <% if cotizacion.errors.any? %>
  4. <div id="error_explanation">
  5. <h2><%= pluralize(cotizacion.errors.count, "error") %> prohibited
  6. this cotizacion from being saved:</h2>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement