From 853ea556749809658c0a5c0c8b61263ec022fba1 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 6 Jul 2005 09:32:00 +0000 Subject: Made documentation ready for release (AP) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1731 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_controller/caching.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_controller/caching.rb') diff --git a/actionpack/lib/action_controller/caching.rb b/actionpack/lib/action_controller/caching.rb index 28c702e60f..20a4d7aba1 100644 --- a/actionpack/lib/action_controller/caching.rb +++ b/actionpack/lib/action_controller/caching.rb @@ -458,7 +458,7 @@ module ActionController #:nodoc: end if defined?(ActiveRecord::Observer) - class Sweeper < ActiveRecord::Observer + class Sweeper < ActiveRecord::Observer #:nodoc: attr_accessor :controller def before(controller) -- cgit v1.2.3