diff --git a/vendor/rails/activesupport/lib/active_support/core_ext/date_time/conversions.rb b/vendor/rails/activesupport/lib/active_support/core_ext/date_time/conversions.rb index 2ebaf39..76c892e 100644 --- a/vendor/rails/activesupport/lib/active_support/core_ext/date_time/conversions.rb +++ b/vendor/rails/activesupport/lib/active_support/core_ext/date_time/conversions.rb @@ -8,7 +8,7 @@ module ActiveSupport #:nodoc: alias_method :to_datetime_default_s, :to_s alias_method :to_s, :to_formatted_s alias_method :default_inspect, :inspect - alias_method :to_default_s, :to_s unless (instance_methods(false) & [:to_s, 'to_s']).empty? + #alias_method :to_default_s, :to_s unless (instance_methods(false) & [:to_s, 'to_s']).empty? # Ruby 1.9 has DateTime#to_time which internally relies on Time. We define our own #to_time which allows # DateTimes outside the range of what can be created with Time. -- libgit2 0.21.2