changed the load order for newrelic
This commit is contained in:
parent
95c8986b8e
commit
1da0bf5d95
1 changed files with 1 additions and 1 deletions
|
|
@ -18,8 +18,8 @@ require 'rails/all'
|
|||
Bundler.require(:default, Rails.env) if defined?(Bundler)
|
||||
|
||||
# use newrelic if configured via config/newrelic.yml
|
||||
require 'newrelic_rpm' if File.exists?(File.expand_path('../newrelic.yml', __FILE__))
|
||||
require 'rpm_contrib' if File.exists?(File.expand_path('../newrelic.yml', __FILE__))
|
||||
require 'newrelic_rpm' if File.exists?(File.expand_path('../newrelic.yml', __FILE__))
|
||||
|
||||
module Diaspora
|
||||
class Application < Rails::Application
|
||||
|
|
|
|||
Loading…
Reference in a new issue