use File.join when it's already there
This commit is contained in:
parent
a15b239c51
commit
09cf60f794
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ USERNAME_BLACKLIST = ['admin', 'administrator', 'hostmaster', 'info', 'postmaste
|
|||
|
||||
# Initialize the rails application
|
||||
Diaspora::Application.initialize!
|
||||
require File.join(Rails.root, 'lib/federation_logger')
|
||||
require File.join(Rails.root, 'lib', 'federation_logger')
|
||||
|
||||
# allow token auth only for posting activitystream photos
|
||||
module Devise
|
||||
|
|
|
|||
Loading…
Reference in a new issue