lib/rasti/web/application.rb in rasti-web-0.0.5 vs lib/rasti/web/application.rb in rasti-web-0.0.6

- old
+ new

@@ -25,9 +25,13 @@ def call(env) app.call env end + def all_routes + router.all_routes + end + private def router @router ||= Router.new end \ No newline at end of file