require publicize_conversion_method to ensure to_date and to_datetime became public before redefining them (avoid warnings)

This commit is contained in:
Santiago Pastorino
2010-02-19 18:24:05 -02:00
committed by Yehuda Katz
parent a0a01d0c98
commit e4b910f6a3

View File

@@ -1,4 +1,5 @@
require 'date'
require 'active_support/core_ext/time/publicize_conversion_methods'
require 'active_support/core_ext/time/calculations'
class String