Skip to content

Commit

Permalink
Removed regex constraint for on route parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanKnox committed Dec 4, 2011
1 parent a44e1ce commit 49c0584
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/wadlgen/route_parser.rb
Expand Up @@ -26,7 +26,6 @@ def get_route_structure(base)
controller = defaults[:controller] controller = defaults[:controller]
action = defaults[:action] action = defaults[:action]


next if controller.match /\//
next if action == 'edit' next if action == 'edit'


resource = ress.get_resource(nil, route.path) resource = ress.get_resource(nil, route.path)
Expand Down

0 comments on commit 49c0584

Please sign in to comment.