From 7863c4a18a4991c4942f52a4f88bbc1bdd9b7572 Mon Sep 17 00:00:00 2001 From: Marcel Molina Date: Tue, 6 Nov 2007 18:33:45 +0000 Subject: Update XML documentation examples to include explicit type attributes. Closes #9754 [hasmanyjosh] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8090 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activeresource/README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'activeresource/README') diff --git a/activeresource/README b/activeresource/README index 042af28e06..bcb7b3cbc7 100644 --- a/activeresource/README +++ b/activeresource/README @@ -60,7 +60,7 @@ for a request for a single element - the XML of that item is expected in respons # Expects a response of # - # 1value1.. + # 1value1.. # # for GET http://api.people.com:3000/people/1.xml # @@ -88,9 +88,9 @@ Collections can also be requested in a similar fashion # Expects a response of # - # - # 1Ryan - # 2Jim + # + # 1Ryan + # 2Jim # # # for GET http://api.people.com:3000/people.xml -- cgit v1.2.3