method

ignored_callstack

ignored_callstack(path)
private

No documentation available.

# File activerecord/lib/active_record/log_subscriber.rb, line 130
      def ignored_callstack(path)
        path.start_with?(RAILS_GEM_ROOT) ||
        path.start_with?(RbConfig::CONFIG["rubylibdir"])
      end