Skip to content

Commit

Permalink
Merge pull request railsadminteam#2019 from GeoffTidey/master
Browse files Browse the repository at this point in the history
respond_to?(:newrelic_ignore) always returns false
  • Loading branch information
sferik committed Jul 4, 2014
2 parents 3ee6026 + 9a9609e commit dd4f9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/rails_admin/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class ObjectNotFound < ::StandardError
end

class ApplicationController < ::ApplicationController
newrelic_ignore if defined?(NewRelic) && respond_to?(:newrelic_ignore)
newrelic_ignore if defined?(NewRelic)

before_filter :_authenticate!
before_filter :_authorize!
Expand Down

0 comments on commit dd4f9c9

Please sign in to comment.