diff options
Diffstat (limited to 'actionwebservice/lib/action_web_service/struct.rb')
-rw-r--r-- | actionwebservice/lib/action_web_service/struct.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/actionwebservice/lib/action_web_service/struct.rb b/actionwebservice/lib/action_web_service/struct.rb index 77f4fbf4aa..d4e2ba9ce6 100644 --- a/actionwebservice/lib/action_web_service/struct.rb +++ b/actionwebservice/lib/action_web_service/struct.rb @@ -17,8 +17,7 @@ module ActionWebService # person = Person.new(:id => 5, :firstname => 'john', :lastname => 'doe') # # Active Record model classes are already implicitly supported for method - # return signatures. A structure containing its columns as members will be - # automatically generated if its present in a signature. + # return signatures. class Struct # If a Hash is given as argument to an ActionWebService::Struct constructor, |