From 884fd4792d33032ffa88e08d17a9cf14b733c078 Mon Sep 17 00:00:00 2001 From: Leon Breedt Date: Sat, 7 May 2005 23:49:45 +0000 Subject: support using invocation filters in :direct controllers as well, for consistency. action pack filters don't necessarily include enough information about the request since they occur before AWS actually sees the request and unpacks it. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1294 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionwebservice/test/invocation_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionwebservice/test/invocation_test.rb') diff --git a/actionwebservice/test/invocation_test.rb b/actionwebservice/test/invocation_test.rb index 22752fefaf..3ef22fafeb 100644 --- a/actionwebservice/test/invocation_test.rb +++ b/actionwebservice/test/invocation_test.rb @@ -26,7 +26,7 @@ module InvocationTest InterceptorClass = Interceptor.new - class Service < ActionWebService::Base + class Service < ActionController::Base web_service_api API before_invocation :intercept_before, :except => [:no_before] -- cgit v1.2.3