diff options
author | Pratik Naik <pratiknaik@gmail.com> | 2008-08-29 13:41:53 +0100 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2008-08-29 13:43:30 +0100 |
commit | 6577942b61b98e3bca54c0af3df57f8334b832b9 (patch) | |
tree | d60f3ada648328f761a9023bfecfbb80c466dfba /activesupport/lib | |
parent | 85070b5e5679221be0f44ce1886be99432d53dd0 (diff) | |
download | rails-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')
-rw-r--r-- | activesupport/lib/active_support/deprecation.rb | 2 |
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 |