aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-11-16 06:40:37 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-11-16 06:40:37 +0000
commit0100a79913af60abd15351efd4a495dec0ff0474 (patch)
tree06f6af62d97a79c50bff0a87619c2f1269e4ac5f /actionpack/lib/action_controller
parent072985bc2841d627e631c7c5ed7b620fb15fae65 (diff)
downloadrails-0100a79913af60abd15351efd4a495dec0ff0474.tar.gz
rails-0100a79913af60abd15351efd4a495dec0ff0474.tar.bz2
rails-0100a79913af60abd15351efd4a495dec0ff0474.zip
Deprecate standalone components.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5536 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/lib/action_controller')
-rw-r--r--actionpack/lib/action_controller/components.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/lib/action_controller/components.rb b/actionpack/lib/action_controller/components.rb
index a7f5be2e6a..e6b0194647 100644
--- a/actionpack/lib/action_controller/components.rb
+++ b/actionpack/lib/action_controller/components.rb
@@ -80,6 +80,8 @@ module ActionController #:nodoc:
self.template_root = path_of_controller_root
end
+
+ deprecate :uses_component_template_root => 'Components are deprecated and will be removed in Rails 2.0.'
end
module InstanceMethods