# File lib/routing_filter/adapters/rails_2.rb, line 49
  def clear_with_filtering!
    @filters.clear if @filters
    clear_without_filtering!
  end