aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/destroy.rb
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-06-02 08:45:03 +0200
committerJosé Valim <jose.valim@gmail.com>2010-06-02 08:45:33 +0200
commitafc102698672cdf546a15424471d3287a39dbb06 (patch)
treecdbd7d2722f3dc38830db3b0e97c0a57bb90aef9 /railties/lib/rails/commands/destroy.rb
parentfdd203f964e31fd81a16be8f68462a64a17b0d92 (diff)
downloadrails-afc102698672cdf546a15424471d3287a39dbb06.tar.gz
rails-afc102698672cdf546a15424471d3287a39dbb06.tar.bz2
rails-afc102698672cdf546a15424471d3287a39dbb06.zip
Still copy application configuration to generator even if they are required earlier. Also tidy up the guide a little bit.
Diffstat (limited to 'railties/lib/rails/commands/destroy.rb')
-rw-r--r--railties/lib/rails/commands/destroy.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/lib/rails/commands/destroy.rb b/railties/lib/rails/commands/destroy.rb
index 9023c61bf2..db59cd8ad9 100644
--- a/railties/lib/rails/commands/destroy.rb
+++ b/railties/lib/rails/commands/destroy.rb
@@ -1,4 +1,5 @@
require 'rails/generators'
+Rails::Generators.configure!
if [nil, "-h", "--help"].include?(ARGV.first)
Rails::Generators.help 'destroy'