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-25 11:44:55 +1100
commit66c32eae1b33fd432b2cc21ff0158f1081dc88b7 (patch)
tree655badf99357958c9204cde647eb4abaf43de438 /lib/timezone_fixes.rb
parenta4d3ac7bca68805357c46ff865cc9a12e746ada8 (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