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:
parent
a8365ab9ad
commit
90246acb6d
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ module Rails
|
|||
end
|
||||
|
||||
def tmp
|
||||
empty_directory_with_gitkeep "tmp"
|
||||
empty_directory_with_gitkeep "tmp/cache"
|
||||
end
|
||||
|
||||
def vendor
|
||||
|
|
Loading…
Reference in a new issue