Guest User

Untitled

a guest
Jul 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. def add
  2.  
  3. begin
  4. App.find(params[:id])
  5. rescue
  6. flash[:error] = "Bad ID!
  7. redirect_back_or_default('/')
  8. end
  9.  
  10. puts "bleah"
  11. end
Add Comment
Please, Sign In to add comment