Advertisement
saasbook

add_flash_to_template.html.haml

Aug 15th, 2013
1,395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.14 KB | None | 0 0
  1. -# this goes just inside %body:
  2. - if flash[:notice]
  3.   #notice.message= flash[:notice]
  4. - elsif flash[:warning]
  5.   #warning.message= flash[:warning]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement