Method: ActiveSupport::BacktraceCleaner#remove_filters!

Defined in:
activesupport/lib/active_support/backtrace_cleaner.rb

#remove_filters!Object

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.



106
107
108
# File 'activesupport/lib/active_support/backtrace_cleaner.rb', line 106

def remove_filters!
  @filters = []
end