aboutsummaryrefslogtreecommitdiffstats
path: root/lib/timezone_fixes.rb
diff options
context:
space:
mode:
authorMatthew Landauer <matthew@openaustralia.org>2013-01-16 12:51:34 +1100
committerMatthew Landauer <matthew@openaustralia.org>2013-01-16 12:51:34 +1100
commit613a0a8b507e9dbcc7034c09aeebbe68e7614dec (patch)
tree5a41533d112ff2b6c2139f72b0720501937250bb /lib/timezone_fixes.rb
parent843805e5d92eded943bd2a32b02ac967539245e8 (diff)
Small comment edit in timezone_fixes to remind that this can be removed in Rails 3.x
Diffstat (limited to 'lib/timezone_fixes.rb')
-rw-r--r--lib/timezone_fixes.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/timezone_fixes.rb b/lib/timezone_fixes.rb
index e6d2f9470..1bf326ccd 100644
--- a/lib/timezone_fixes.rb
+++ b/lib/timezone_fixes.rb
@@ -4,7 +4,9 @@
# Otherwise times get stored wrong during British Summer Time
-# Hopefully fixed in later Rails. There is a test in spec/libs/timezone_fixes.rb
+# Hopefully fixed in later Rails. There is a test in spec/lib/timezone_fixes_spec.rb
+
+# This fix is applied in Rails 3.x. So, should be possible to remove this then!
# Monkeypatch!
module ActiveRecord