Guest User

Untitled

a guest
Jul 22nd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. flash[:error] = "Error."
  2. redirect_to :action => :index
  3.  
  4. How to wrap it in something to use in a controller
  5. like
  6.  
  7. begin
  8. foo
  9. rescue ActiveRecordNotFound
  10. IN HERE
  11. end
Add Comment
Please, Sign In to add comment