Improve the legacy wild controller route in app templates

This commit is contained in:
Wen-Tien Chang
2011-06-16 13:29:17 +08:00
parent e445a79562
commit adbe7daab6

View File

@@ -54,5 +54,5 @@
# This is a legacy wild controller route that's not recommended for RESTful applications.
# Note: This route will make all actions in every controller accessible via GET requests.
# match ':controller(/:action(/:id(.:format)))'
# match ':controller(/:action(/:id))(.:format)'
end