From daee6fd92ac16878f6806c3382a9e74592aa9656 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 7 Feb 2005 13:14:05 +0000 Subject: Added new generator framework that informs about its doings on generation and enables updating and destruction of generated artifacts. See the new script/destroy and script/update for more details #487 [bitsweat] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@518 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/generators/controller/templates/controller.rb | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 railties/generators/controller/templates/controller.rb (limited to 'railties/generators/controller/templates/controller.rb') diff --git a/railties/generators/controller/templates/controller.rb b/railties/generators/controller/templates/controller.rb deleted file mode 100644 index 0daf04b348..0000000000 --- a/railties/generators/controller/templates/controller.rb +++ /dev/null @@ -1,10 +0,0 @@ -class <%= full_class_name %> < ApplicationController -<% if options[:scaffold] -%> - scaffold :<%= singular_name %> -<% end -%> -<% for action in actions -%> - - def <%= action %> - end -<% end -%> -end -- cgit v1.2.3