Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div id='form_error'>There were one or more errors.
- <ul>
- <% form_error.errors.each_full do |msg| %>
- <li><%=msg%></li>
- <% end %>
- </ul>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement