Changed the Redmine core patches to use the Rails dispatcher.

This will let the core patches work in development mode when the classes
are reloaded.
This commit is contained in:
Eric Davis
2009-04-10 08:49:12 -07:00
parent 71ab0c6b54
commit fd891e7f51
3 changed files with 8 additions and 9 deletions
-3
View File
@@ -50,7 +50,4 @@ module QueryPatch
end
end
# Add module to Query
Query.send(:include, QueryPatch)