Scaffolding is no longer mixed in

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7431 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2007-09-09 22:36:35 +00:00
parent 07b235ded3
commit 44a178754e
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ ActionController::Base.class_eval do
include ActionController::Benchmarking
include ActionController::Rescue
include ActionController::MimeResponds
include ActionController::Scaffolding
include ActionController::Helpers
include ActionController::Cookies
include ActionController::Caching