method

filter

rails latest stable - Class: ActiveRecord::StructuredEventSubscriber

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

filter(name, value)
private

No documentation available.

# File activerecord/lib/active_record/structured_event_subscriber.rb, line 79
      def filter(name, value)
        ActiveRecord::Base.inspection_filter.filter_param(name, value)
      end