aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/examples/googlesearch/delegated/search_controller.rb
blob: 6525921b5addeb968e298630ad75fa1fde89245d (plain) (blame)
1
2
3
4
5
6
7
require 'google_search_service'

class SearchController < ApplicationController
  wsdl_service_name 'GoogleSearch'
  web_service_dispatching_mode :delegated
  web_service :beta3, GoogleSearchService.new
end