search_controller.rb 207 Bytes Edit Raw Blame History 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