Sha256: cbbd89e1842da69f748403d7045aa7ca9ac13e3a2600ca1dff4685a14b8bfdb0
Contents?: true
Size: 273 Bytes
Versions: 13
Compression:
Stored size: 273 Bytes
Contents
# `ri_cal` relies on a monkeypatch that was removed in Rails 3.1. This adds it back because `ri_cal` hasn't been updated to deal with this. class Time unless respond_to?(:get_zone) def self.get_zone(time_zone) return self.find_zone(time_zone) end end end
Version data entries
13 entries across 13 versions & 2 rubygems