How unregister a route on Lita?

33 Views Asked by At

I register a route to catch a answer of user, but after the question to be answered, I would like to remove it.

Creation of route:

route(/^*$/i, :problem_description)

How I can destroy it?

0

There are 0 best solutions below