From 4d9cda5732538e9cdb325b2ffa7f9e97f8ac2ec0 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 15 Dec 2004 11:30:09 +0000 Subject: Renamed AbstractApplicationController and abstract_application.rb to ApplicationController and application.rb, so that it will be possible for the framework to automatically pick up on app/views/layouts/application.rhtml and app/helpers/application.rb git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@159 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/generators/controller/templates/controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/generators/controller/templates/controller.rb') diff --git a/railties/generators/controller/templates/controller.rb b/railties/generators/controller/templates/controller.rb index f9800ab556..da71b5f057 100644 --- a/railties/generators/controller/templates/controller.rb +++ b/railties/generators/controller/templates/controller.rb @@ -1,4 +1,4 @@ -class <%= class_name %>Controller < AbstractApplicationController +class <%= class_name %>Controller < ApplicationController <% if options[:scaffold] -%> scaffold :<%= singular_name %> <% end -%> -- cgit v1.2.3