aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/lib/action_web_service/struct.rb
diff options
context:
space:
mode:
authorLeon Breedt <bitserf@gmail.com>2005-04-03 00:12:11 +0000
committerLeon Breedt <bitserf@gmail.com>2005-04-03 00:12:11 +0000
commitfcfe3febd3cbf535dbd4ae47563b4876f7a42239 (patch)
tree70d71cad02dc40832a3c0fb5be005edad40a412b /actionwebservice/lib/action_web_service/struct.rb
parent353497458b460d03114905e001f782c6f0b463fa (diff)
downloadrails-fcfe3febd3cbf535dbd4ae47563b4876f7a42239.tar.gz
rails-fcfe3febd3cbf535dbd4ae47563b4876f7a42239.tar.bz2
rails-fcfe3febd3cbf535dbd4ae47563b4876f7a42239.zip
allow selecting the protocol to use when invoking the
scaffolded method. fix bug in walking delegated container services. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1074 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionwebservice/lib/action_web_service/struct.rb')
-rw-r--r--actionwebservice/lib/action_web_service/struct.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionwebservice/lib/action_web_service/struct.rb b/actionwebservice/lib/action_web_service/struct.rb
index c5e6346bfa..f2bfba9e30 100644
--- a/actionwebservice/lib/action_web_service/struct.rb
+++ b/actionwebservice/lib/action_web_service/struct.rb
@@ -16,8 +16,8 @@ module ActionWebService
# end
# person = Person.new(:id => 5, :firstname => 'john', :lastname => 'doe')
#
- # Active Record model classes are already implicitly supported for method
- # return signatures.
+ # Active Record model classes are already implicitly supported in method
+ # signatures.
class Struct
# If a Hash is given as argument to an ActionWebService::Struct constructor,