From 249d55e684ba7808807fe270cef75955e5bc4e69 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 18 May 2007 14:37:44 +0000 Subject: We changed name to scaffold git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6768 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/lib/rails_generator/scripts/destroy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/lib/rails_generator/scripts/destroy.rb') diff --git a/railties/lib/rails_generator/scripts/destroy.rb b/railties/lib/rails_generator/scripts/destroy.rb index 4c5f483c5b..4fcbc3e0df 100644 --- a/railties/lib/rails_generator/scripts/destroy.rb +++ b/railties/lib/rails_generator/scripts/destroy.rb @@ -18,7 +18,7 @@ module Rails::Generator::Scripts This script will destroy all files created by the corresponding script/generate command. For instance, script/destroy migration CreatePost will delete the appropriate ###_create_post.rb file in db/migrate, while -script/destroy scaffold_resource Post will delete the posts controller and +script/destroy scaffold Post will delete the posts controller and views, post model and migration, all associated tests, and the map.resources :posts line in config/routes.rb. -- cgit v1.2.3