fix file require

This commit is contained in:
Maxwell Salzberg 2011-10-04 15:33:29 -07:00
parent 10ca65414c
commit 11b1b44b22

View file

@ -2,7 +2,7 @@
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
require 'lib/diaspora/redis_cache'
require File.join(Rails.root, 'lib', 'diaspora', 'redis_cache')
module Diaspora
module UserModules