better file requires in production.rb
This commit is contained in:
parent
d9c2b0d4b5
commit
5a0f948a85
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ Diaspora::Application.configure do
|
||||||
config.threadsafe!
|
config.threadsafe!
|
||||||
|
|
||||||
|
|
||||||
require Rails.root + 'app/models/app_config'
|
require File.join(Rails.root, 'app/models/app_config')
|
||||||
|
|
||||||
if AppConfig[:google_a_site].present?
|
if AppConfig[:google_a_site].present?
|
||||||
config.gem 'rack-google-analytics', :lib => 'rack/google-analytics'
|
config.gem 'rack-google-analytics', :lib => 'rack/google-analytics'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue