instiki/vendor/rails/actionwebservice/examples/googlesearch/delegated/search_controller.rb

8 lines
207 B
Ruby
Raw Normal View History

2007-01-22 14:43:50 +01:00
require 'google_search_service'
class SearchController < ApplicationController
wsdl_service_name 'GoogleSearch'
web_service_dispatching_mode :delegated
web_service :beta3, GoogleSearchService.new
end