Created
May 7, 2010 22:04
-
-
Save gmarik/394047 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From cb62ef6b779af793e17c4fdd2f4e915d993c228e Mon Sep 17 00:00:00 2001 | |
From: gmarik <[email protected]> | |
Date: Sat, 8 May 2010 00:56:15 +0300 | |
Subject: [PATCH] Fixes 'uninitialized constant User::Digest' error during rake db:setup | |
--- | |
config/initializers/d.libs/libs.rb | 1 + | |
1 files changed, 1 insertions(+), 0 deletions(-) | |
diff --git a/config/initializers/d.libs/libs.rb b/config/initializers/d.libs/libs.rb | |
index e1246ab..2f6de63 100644 | |
--- a/config/initializers/d.libs/libs.rb | |
+++ b/config/initializers/d.libs/libs.rb | |
@@ -1,3 +1,4 @@ | |
+require 'digest' | |
require 'ostruct' | |
require 'retrospectiva' | |
require 'time_interval' | |
-- | |
1.7.1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment