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/lib/action_service/base.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionservice/lib/action_service/base.rb') diff --git a/actionservice/lib/action_service/base.rb b/actionservice/lib/action_service/base.rb index c3a1747106..05fd2afd34 100644 --- a/actionservice/lib/action_service/base.rb +++ b/actionservice/lib/action_service/base.rb @@ -12,7 +12,7 @@ module ActionService # :nodoc: # ==== Example # # class PersonService < ActionService::Base - # service_api PersonAPI + # web_service_api PersonAPI # # def find_person(criteria) # Person.find_all [...] @@ -36,6 +36,6 @@ module ActionService # :nodoc: class Base # Whether to report exceptions back to the caller in the protocol's exception # format - class_inheritable_option :service_exception_reporting, true + class_inheritable_option :web_service_exception_reporting, true end end -- cgit v1.2.3