summaryrefslogtreecommitdiff
path: root/bocelli/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'bocelli/base.rb')
-rw-r--r--bocelli/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bocelli/base.rb b/bocelli/base.rb
index e4998c1..990a819 100644
--- a/bocelli/base.rb
+++ b/bocelli/base.rb
@@ -62,7 +62,7 @@ module Bocelli
if $3 =~ /\A(\S+) (.*)/
if (mod = Hash[@modules.map { |k, v| [k.to_s, v] }][$1])
- if (match = mod.routes.detect { |k, _| match($2, k) })
+ if (match = mod.match($2))
route, block = match
return new(str, route, block, metadata).execute