[symfony-users] Routing with sf_method question

2010-12-06 Thread Michael Smith
I have the following routing.yml: lead_import_upload: url: /lead/import.:sf_format param: { module: lead, action: importUpload, sf_format: html } requirements: { sf_method: get } lead_import_config: url: /lead/import.:sf_format param: { module: lead, action: importConfig, sf_

Re: [symfony-users] Routing with sf_method question

2010-12-06 Thread Alex Pilon
http://redotheweb.com/2008/08/08/add-request-method-requirement-to-routing-in-symfony-11/ Does that shed any light for you? On Mon, Dec 6, 2010 at 11:52, Michael Smith wrote: > I have the following routin