Guest User

Untitled

a guest
Apr 26th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. if params[:answer] && params[:answer][:other].empty?
  2. # error message
  3. elsif !params[:answer]
  4. #error
  5. else
  6. #do stuff
  7. end
Add Comment
Please, Sign In to add comment