Skip to content

Commit

Permalink
Do not reference logical-insight unless it is configured
Browse files Browse the repository at this point in the history
  • Loading branch information
bkearney committed Apr 26, 2012
1 parent fb2c5b6 commit e84a38d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/config/initializers/logical_insight.rb
@@ -1,5 +1,4 @@
require "logical-insight"

if AppConfig.logical_insight
require "logical-insight"
Rails.application.config.middleware.use "Insight::App", :secret_key => false, :ip_masks => false
end

0 comments on commit e84a38d

Please sign in to comment.