lib/hanami/routing/http_router.rb in hanami-router-0.8.1 vs lib/hanami/routing/http_router.rb in hanami-router-1.0.0.beta1

- old
+ new

@@ -4,9 +4,10 @@ require 'hanami/routing/route' require 'hanami/routing/parsers' require 'hanami/routing/force_ssl' require 'hanami/routing/error' require 'hanami/utils/path_prefix' +require 'hanami/routing/http_router_monkey_patch' module Hanami module Routing # Invalid route # This is raised when the router fails to recognize a route, because of the