We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 066693b + bf4aab1 commit 071a014Copy full SHA for 071a014
lib/action_controller/caching/pages.rb
@@ -160,7 +160,7 @@ def cache_path(path, extension = nil)
160
unnormalized_path = File.join(normalized_cache_directory, cache_file(path, extension))
161
normalized_path = File.expand_path(unnormalized_path)
162
163
- relative_path if normalized_path.start_with?(normalized_cache_directory)
+ normalized_path if normalized_path.start_with?(normalized_cache_directory)
164
end
165
166
def delete(path)
0 commit comments