aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/lib/action_web_service/container/delegated_container.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionwebservice/lib/action_web_service/container/delegated_container.rb')
-rw-r--r--actionwebservice/lib/action_web_service/container/delegated_container.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionwebservice/lib/action_web_service/container/delegated_container.rb b/actionwebservice/lib/action_web_service/container/delegated_container.rb
index ae2c257c9c..4a1ee93e09 100644
--- a/actionwebservice/lib/action_web_service/container/delegated_container.rb
+++ b/actionwebservice/lib/action_web_service/container/delegated_container.rb
@@ -35,7 +35,7 @@ module ActionWebService # :nodoc:
# class ApiController < ApplicationController
# web_service_dispatching_mode :delegated
#
- # web_service(:person) { PersonService.new(@request.env) }
+ # web_service(:person) { PersonService.new(request.env) }
# end
def web_service(name, object=nil, &block)
if (object && block_given?) || (object.nil? && block.nil?)