Advertisement
saasbook

partial_with_message.html.haml

Aug 15th, 2013
644
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.23 KB | None | 0 0
  1. -# insert at top of _movie_form.html.haml
  2.  
  3. - unless @movie.errors.empty?
  4.   #warning
  5.     Errors prevented this movie from being #{controller.action_name}d:
  6.     %ul
  7.       - @movie.errors.full_messages.each do |error|
  8.         %li= error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement