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

Bring back tmp/cache for the default local cache to work

This commit is contained in:
David Heinemeier Hansson 2011-04-14 10:57:14 +02:00
parent a8365ab9ad
commit 90246acb6d

View file

@ -110,7 +110,7 @@ module Rails
end
def tmp
empty_directory_with_gitkeep "tmp"
empty_directory_with_gitkeep "tmp/cache"
end
def vendor