diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2004-12-07 21:02:34 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2004-12-07 21:02:34 +0000 |
commit | 7a29764657eb75c516478bc31e88233601aae20e (patch) | |
tree | bb32b55c3e037cf9599aeb32a5180640dfd54c2d /railties/Rakefile | |
parent | 5f28a6233871579248053ebad603f20b511adc11 (diff) | |
download | rails-7a29764657eb75c516478bc31e88233601aae20e.tar.gz rails-7a29764657eb75c516478bc31e88233601aae20e.tar.bz2 rails-7a29764657eb75c516478bc31e88233601aae20e.zip |
Forgot another small change with the new generators
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@74 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/Rakefile')
-rw-r--r-- | railties/Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/Rakefile b/railties/Rakefile index 989209578d..beaef6552b 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -148,6 +148,7 @@ task :copy_generators do GENERATORS.each do |dir| cp_r File.join('generators', dir), File.join(PKG_DESTINATION, 'script', dir) + cp_r File.join('generators', dir), File.join(PKG_DESTINATION, 'script', 'generators', dir) end end |