Guest User

Untitled

a guest
Feb 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. def show
  2. @note = Note.find(:where => 'id = 1')
  3. rescue NotFound
  4. redirect_to 'not_found', :status => 404
  5. rescue NoDatabase
  6. logger.error('the db died again, shit')
  7. redirect_to 'apology', :status => 500
  8. end
Add Comment
Please, Sign In to add comment