aboutsummaryrefslogtreecommitdiffstats
path: root/actionservice/examples/googlesearch/delegated/search_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionservice/examples/googlesearch/delegated/search_controller.rb')
-rw-r--r--actionservice/examples/googlesearch/delegated/search_controller.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionservice/examples/googlesearch/delegated/search_controller.rb b/actionservice/examples/googlesearch/delegated/search_controller.rb
index 58c8321ef2..6525921b5a 100644
--- a/actionservice/examples/googlesearch/delegated/search_controller.rb
+++ b/actionservice/examples/googlesearch/delegated/search_controller.rb
@@ -2,6 +2,6 @@ require 'google_search_service'
class SearchController < ApplicationController
wsdl_service_name 'GoogleSearch'
- service_dispatching_mode :delegated
- service :beta3, GoogleSearchService.new
+ web_service_dispatching_mode :delegated
+ web_service :beta3, GoogleSearchService.new
end