1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merged pull request #305 from joshk/bump_deprecation.

bump AS deprecation_horizon to 3.2
This commit is contained in:
José Valim 2011-04-25 10:58:50 -07:00
commit f3c335f1cd

View file

@ -9,7 +9,7 @@ module ActiveSupport
# The version the deprecated behavior will be removed, by default. # The version the deprecated behavior will be removed, by default.
attr_accessor :deprecation_horizon attr_accessor :deprecation_horizon
end end
self.deprecation_horizon = '3.1' self.deprecation_horizon = '3.2'
# By default, warnings are not silenced and debugging is off. # By default, warnings are not silenced and debugging is off.
self.silenced = false self.silenced = false