include loadtest environment for loading newrelic_rpm

This commit is contained in:
David Ormsbee 2012-09-03 15:19:01 -04:00
Родитель 1d4634e98d
Коммит 6d1be93d99
1 изменённых файлов: 1 добавлений и 1 удалений

2
app.rb
Просмотреть файл

@ -18,7 +18,7 @@ module CommentService
API_PREFIX = "/api/#{API_VERSION}"
end
if environment == "staging" or environment == "production"
if ["staging", "production", "loadtest"].include? environment
require 'newrelic_rpm'
end