1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix spacing

This commit is contained in:
David Heinemeier Hansson 2012-08-29 11:30:01 -05:00
parent 46d85438fe
commit d3354957fc

View file

@ -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