davidyell / Learning-Symfony2

Learning Symfony2 by recreating a Stack Exchange website
MIT License
3 stars 0 forks source link

[Insight] A route should always have a valid HTTP method #25

Closed davidyell closed 10 years ago

davidyell commented 10 years ago

The route "add_question" should have a routing method (GET/POST/PUT). It is mandatory.

Covers all routes in all controllers

Posted from SensioLabsInsight