Expose relation version to api and fix remaining server status typo in old_relation controller.

This commit is contained in:
Thomas Wood 2009-04-20 19:44:58 +00:00
parent 10079fbba9
commit df8cd4a7b2
2 changed files with 2 additions and 1 deletions

View file

@ -35,7 +35,7 @@ class OldRelationController < ApplicationController
rescue ActiveRecord::RecordNotFound
render :nothing => true, :status => :not_found
rescue
render :nothing => true, :status => :internal_service_error
render :nothing => true, :status => :internal_server_error
end
end
end