fix file require
This commit is contained in:
parent
10ca65414c
commit
11b1b44b22
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
# licensed under the Affero General Public License version 3 or later. See
|
# licensed under the Affero General Public License version 3 or later. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
require 'lib/diaspora/redis_cache'
|
require File.join(Rails.root, 'lib', 'diaspora', 'redis_cache')
|
||||||
|
|
||||||
module Diaspora
|
module Diaspora
|
||||||
module UserModules
|
module UserModules
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue