aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/examples
diff options
context:
space:
mode:
authorRhett Sutphin <rhett@detailedbalance.net>2012-06-25 14:54:40 -0500
committerRhett Sutphin <rhett@detailedbalance.net>2012-06-25 14:54:40 -0500
commite6d4dc3ec4e6e3d4dd9e5db6cdd91f691d546609 (patch)
tree19c81677ac2d8286967510f5a8985c76fee9523a /activerecord/examples
parent51b055b6d11f439ce16c30167ad807d2a7b70532 (diff)
downloadrails-e6d4dc3ec4e6e3d4dd9e5db6cdd91f691d546609.tar.gz
rails-e6d4dc3ec4e6e3d4dd9e5db6cdd91f691d546609.tar.bz2
rails-e6d4dc3ec4e6e3d4dd9e5db6cdd91f691d546609.zip
Add missing require.
If you selectively require core_exts (e.g., require 'active_support/core_ext/string'), it is possible for 'active_support/core_ext/time/calculations' to be required when `ActiveSupport::TimeWithZone` is not available. If this happens, the next call to Time.=== will fail with a NameError.
Diffstat (limited to 'activerecord/examples')
0 files changed, 0 insertions, 0 deletions