aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/time/compatibility.rb
blob: 945319461b49bf688afc50d441c7f0f77dadf430 (plain) (blame)
1
2
3
4
5
require 'active_support/core_ext/date_and_time/compatibility'

class Time
  prepend DateAndTime::Compatibility
end