aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2008-08-29 13:41:53 +0100
committerPratik Naik <pratiknaik@gmail.com>2008-08-29 13:43:30 +0100
commit6577942b61b98e3bca54c0af3df57f8334b832b9 (patch)
treed60f3ada648328f761a9023bfecfbb80c466dfba /activesupport/lib/active_support
parent85070b5e5679221be0f44ce1886be99432d53dd0 (diff)
downloadrails-6577942b61b98e3bca54c0af3df57f8334b832b9.tar.gz
rails-6577942b61b98e3bca54c0af3df57f8334b832b9.tar.bz2
rails-6577942b61b98e3bca54c0af3df57f8334b832b9.zip
Deprecate render_component.
Please install render_component plugin from http://github.com/rails/render_component/tree/master if your application uses this functionality.
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r--activesupport/lib/active_support/deprecation.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/deprecation.rb b/activesupport/lib/active_support/deprecation.rb
index e543163bd5..950bca60a6 100644
--- a/activesupport/lib/active_support/deprecation.rb
+++ b/activesupport/lib/active_support/deprecation.rb
@@ -109,7 +109,7 @@ module ActiveSupport
end
def deprecation_horizon
- '2.0'
+ '2.3'
end
end