From 8f94cc5cb4ec5e180bf6b5c401ab0c7bf407348e Mon Sep 17 00:00:00 2001
From: Jeremy Kemper <jeremy@bitsweat.net>
Date: Sun, 4 Mar 2007 08:35:52 +0000
Subject: Extract dynamic scaffolding into a plugin. Closes #7700.

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6306 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
---
 actionpack/lib/action_controller/scaffolding.rb | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'actionpack/lib/action_controller')

diff --git a/actionpack/lib/action_controller/scaffolding.rb b/actionpack/lib/action_controller/scaffolding.rb
index 11ece16f0e..327e8b0912 100644
--- a/actionpack/lib/action_controller/scaffolding.rb
+++ b/actionpack/lib/action_controller/scaffolding.rb
@@ -184,6 +184,8 @@ module ActionController
             end
         end_eval
       end
+
+      deprecate :scaffold => 'Controller scaffolding will be moved to a plugin in Rails 2.0. Switch to the generator or `script/plugin install scaffolding`'
     end
   end
 end
-- 
cgit v1.2.3