api06: Fix typo.

This commit is contained in:
Gabriel Ebner 2008-05-12 21:11:51 +00:00
parent ea1961e3ce
commit cddded9569

View file

@ -56,7 +56,7 @@ class NodeController < ApplicationController
else else
render :nothing => true, :status => :bad_request render :nothing => true, :status => :bad_request
end end
rescue OSM::APIVersionMismatchError ex rescue OSM::APIVersionMismatchError => ex
render :text => "Version mismatch: Provided " + ex.provided.to_s + render :text => "Version mismatch: Provided " + ex.provided.to_s +
", server had: " + ex.latest.to_s, :status => :bad_request ", server had: " + ex.latest.to_s, :status => :bad_request
rescue ActiveRecord::RecordNotFound rescue ActiveRecord::RecordNotFound