# File lib/vendor/route_exceptions.rb, line 9 def route(exception, to) ROUTES.delete_if{|k,v| k == exception } ROUTES << [exception, to] end