lib/restfully/http/adapters/abstract_adapter.rb in restfully-0.3.2 vs lib/restfully/http/adapters/abstract_adapter.rb in restfully-0.4.0
- old
+ new
@@ -19,10 +19,10 @@
end
def put(request)
raise NotImplementedError, "PUT is not supported by your adapter."
end
def delete(request)
- raise NotImplementedError, "DELETEis not supported by your adapter."
+ raise NotImplementedError, "DELETE is not supported by your adapter."
end
end
end
end
\ No newline at end of file