Correct routing rule block indentation

This commit is contained in:
Simon Welsh 2012-12-07 08:15:53 +13:00
parent f78f1cb254
commit 5ca000d0a5

View File

@ -28,8 +28,8 @@ your own routes since the cms module handles these routes.
After: framework/routes#coreroutes
---
Director:
rules:
'fastfood/$Action/$ID/$Name': 'FastFood_Controller'
rules:
'fastfood/$Action/$ID/$Name': 'FastFood_Controller'
Request for `/fastfood/order/24/cheesefries` would result in the following to