WidgetController routing for core master

Removed implicit routing by controller name in 3.2,
so need to register it explicitly.
This commit is contained in:
Ingo Schommer 2013-07-01 09:57:02 +02:00
parent 0a79fde3eb
commit 368d2d4045
1 changed files with 3 additions and 0 deletions

3
_config/routes.yml Normal file
View File

@ -0,0 +1,3 @@
Director:
rules:
'WidgetController//$Action/$ID/$OtherID': 'WidgetController'