Skip to content

Commit

Permalink
Add missing require in Active Support time zones (fixes rails#5854)
Browse files Browse the repository at this point in the history
I also removed the other require as it's already present in
`activesupport/core_ext/time/calculations`
  • Loading branch information
drogus authored and nordringrayhide committed May 2, 2012
1 parent e24420c commit 8d3a70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/core_ext/time/zones.rb
@@ -1,4 +1,4 @@
require 'active_support/time_with_zone'
require 'active_support/core_ext/time/calculations'

class Time
class << self
Expand Down

0 comments on commit 8d3a70a

Please sign in to comment.