Skip to content

Commit

Permalink
Bring back tmp/cache for the default local cache to work
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Apr 14, 2011
1 parent a8365ab commit 90246ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/generators/rails/app/app_generator.rb
Expand Up @@ -110,7 +110,7 @@ def test
end

def tmp
empty_directory_with_gitkeep "tmp"
empty_directory_with_gitkeep "tmp/cache"
end

def vendor
Expand Down

0 comments on commit 90246ac

Please sign in to comment.