aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2012-08-29 11:30:01 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2012-08-29 14:23:27 -0500
commitd3354957fcc8609017e5900daaaedb5b573c2aa3 (patch)
treee3fa32ad5e48c790060014e4ff273c43b231fd3a /actionpack
parent46d85438fed2a44cb6e9882c532d33ca25211c57 (diff)
downloadrails-d3354957fcc8609017e5900daaaedb5b573c2aa3.tar.gz
rails-d3354957fcc8609017e5900daaaedb5b573c2aa3.tar.bz2
rails-d3354957fcc8609017e5900daaaedb5b573c2aa3.zip
Fix spacing
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_controller/caching.rb9
1 files changed, 4 insertions, 5 deletions
diff --git a/actionpack/lib/action_controller/caching.rb b/actionpack/lib/action_controller/caching.rb
index 9118806059..2443041c5d 100644
--- a/actionpack/lib/action_controller/caching.rb
+++ b/actionpack/lib/action_controller/caching.rb
@@ -48,11 +48,10 @@ module ActionController #:nodoc:
config.cache_store = ActiveSupport::Cache.lookup_store(store)
end
- private
-
- def cache_configured?
- perform_caching && cache_store
- end
+ private
+ def cache_configured?
+ perform_caching && cache_store
+ end
end
include RackDelegation