From fdecb6843ba8c5b0f718225f343017e11fa7f711 Mon Sep 17 00:00:00 2001 From: Leon Breedt Date: Fri, 18 Feb 2005 21:22:52 +0000 Subject: rename service* to web_service*. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@668 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionservice/test/client_soap_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionservice/test/client_soap_test.rb') diff --git a/actionservice/test/client_soap_test.rb b/actionservice/test/client_soap_test.rb index e802812cc1..80fae90543 100644 --- a/actionservice/test/client_soap_test.rb +++ b/actionservice/test/client_soap_test.rb @@ -23,7 +23,7 @@ module ClientSoapTest end class ClientContainer < ActionController::Base - client_api :client, :soap, "http://localhost:#{PORT}/client/api", :api => ClientTest::API + web_client_api :client, :soap, "http://localhost:#{PORT}/client/api", :api => ClientTest::API def get_client client -- cgit v1.2.3