diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-01-16 12:29:50 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-01-16 12:29:50 +0000 |
commit | 5de48637d9efa6236d2f8478126d67fefe416096 (patch) | |
tree | 714abcf26a4fc935f1ae566431433a6aaa8f9caa /lib/timezone_fixes.rb | |
parent | d5c36284fc2bf9451f6dd12a15eac88c7316e6d1 (diff) | |
parent | 613a0a8b507e9dbcc7034c09aeebbe68e7614dec (diff) |
Merge remote-tracking branch 'openaustralia_github/timezone_fixes_comment_edit' into develop
Diffstat (limited to 'lib/timezone_fixes.rb')
-rw-r--r-- | lib/timezone_fixes.rb | 4 |
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 |