instance method
remove_filters!
Ruby on Rails 7.2.3
Since v3.0.20Signature
remove_filters!()
Removes all filters, but leaves in the silencers. Useful if you suddenly need to see entire filepaths in the backtrace that you had already filtered out.
Source
# File activesupport/lib/active_support/backtrace_cleaner.rb, line 106
def remove_filters!
@filters = []
end
Defined in activesupport/lib/active_support/backtrace_cleaner.rb line 106
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::BacktraceCleaner