Skip to content

Commit

Permalink
default to using DateTime instead of Time when Sequel fetches time/da…
Browse files Browse the repository at this point in the history
…te data from the db
  • Loading branch information
ricardochimal committed May 19, 2010
1 parent 24c4577 commit 7978825
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/taps/config.rb
Expand Up @@ -2,6 +2,8 @@
require 'sqlite3'
require 'yaml'

Sequel.datetime_class = DateTime

module Taps
def self.version_yml
@@version_yml ||= YAML.load(File.read(File.dirname(__FILE__) + '/../../VERSION.yml'))
Expand Down

0 comments on commit 7978825

Please sign in to comment.