Merge branch 'stable' into develop

This commit is contained in:
Jonne Haß 2015-05-07 22:30:47 +02:00
commit fc00e94afa

View file

@ -114,7 +114,7 @@ module Configuration
def sidekiq_log
path = Pathname.new environment.sidekiq.log.get
path = Rails.root.join(path) unless pathname.absolute?
path = Rails.root.join(path) unless path.absolute?
path.to_s
end