Skip to content

Commit

Permalink
AS datetime conversions now require AS time conversions
Browse files Browse the repository at this point in the history
  • Loading branch information
snusnu authored and wycats committed Mar 18, 2010
1 parent 3911a7c commit d164d86
Showing 1 changed file with 1 addition and 0 deletions.
@@ -1,4 +1,5 @@
require 'active_support/inflector' require 'active_support/inflector'
require 'active_support/core_ext/time/conversions'


class DateTime class DateTime
# Ruby 1.9 has DateTime#to_time which internally relies on Time. We define our own #to_time which allows # Ruby 1.9 has DateTime#to_time which internally relies on Time. We define our own #to_time which allows
Expand Down

0 comments on commit d164d86

Please sign in to comment.