if params[:answer] && params[:answer][:other].empty?
# error message
elsif !params[:answer]
#error
else
#do stuff
end
|
Pastie
Support Pastie
or read my
Pastie << self
blog
if params[:answer] && params[:answer][:other].empty?
# error message
elsif !params[:answer]
#error
else
#do stuff
end
|