Skip to content

Commit

Permalink
Merge pull request #2402 from vincentwoo/patch-1
Browse files Browse the repository at this point in the history
Don't ignore RailsAdmin controllers in NewRelic
  • Loading branch information
mshibuya committed Oct 4, 2015
2 parents 553b07d + f16638e commit a8a97ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/controllers/rails_admin/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ class ActionNotAllowed < ::StandardError
end

class ApplicationController < Config.parent_controller.constantize
newrelic_ignore if defined?(NewRelic)

before_filter :_authenticate!
before_filter :_authorize!
before_filter :_audit!
Expand Down

0 comments on commit a8a97ee

Please sign in to comment.