method

ignored_callstack

rails latest stable - Class: ActiveRecord::LogSubscriber

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.2.3) is shown here.

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