aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/examples/googlesearch/delegated/search_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionwebservice/examples/googlesearch/delegated/search_controller.rb')
-rw-r--r--actionwebservice/examples/googlesearch/delegated/search_controller.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/actionwebservice/examples/googlesearch/delegated/search_controller.rb b/actionwebservice/examples/googlesearch/delegated/search_controller.rb
deleted file mode 100644
index 6525921b5a..0000000000
--- a/actionwebservice/examples/googlesearch/delegated/search_controller.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-require 'google_search_service'
-
-class SearchController < ApplicationController
- wsdl_service_name 'GoogleSearch'
- web_service_dispatching_mode :delegated
- web_service :beta3, GoogleSearchService.new
-end