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

class Time
  prepend DateAndTime::Compatibility
end