instance method
remove_filters!
Ruby on Rails 4.1.16
Since v3.0.20Signature
remove_filters!()
Removes all filters, but leaves in 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 78
def remove_filters!
@filters = []
end
Defined in activesupport/lib/active_support/backtrace_cleaner.rb line 78
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::BacktraceCleaner