Closed lislis closed 6 years ago
something similar to this maybe
rescue_from ActionController::ParameterMissing do
render :nothing => true, :status => :bad_request
end
from https://stackoverflow.com/questions/20810660/trying-to-get-a-post-to-return-400-bad-request
If a nonsense city or country is given in the location filter, this ^ bit returns a 500. It seems nasty people try to bring down our site by exploiting this, so we should return a 400 status code here.