I want create this kind of routes:
#!place/create
#!place/edit/{id}
#!place/{id}
in my router i specifed some funktions like this:
":page/:id route" : function(){
":page/:action route": function () {
":page/:action/:id route": function () {
But i uses alwasy the ":page/:id route" function. what do
i wrong. or what a didn't understand.
Thanks for help
Christoph