Guest User

Untitled

a guest
Jun 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <% if target.errors.any? %>
  2. <div id="errorExplanation">
  3. <h2>
  4. <%= pluralize(target.errors.count, 'error') %>
  5. prohibited this record from being saved:
  6. </h2>
  7. <ul>
  8. <% target.errors.full_messages.each do |msg| %>
  9. <li><%= msg %></li>
  10. <% end %>
  11. </ul>
  12. </div>
  13. <% end %>
Add Comment
Please, Sign In to add comment