Author: forresst
Date: 2010-03-29 13:04:07 +0200 (Mon, 29 Mar 2010)
New Revision: 28860

Modified:
   doc/branches/1.4/reference/fr/10-Routing.markdown
Log:
[doc-fr][1.4] Update doc in french, reference/10-Routing rev:en/28846



Modified: doc/branches/1.4/reference/fr/10-Routing.markdown
===================================================================
--- doc/branches/1.4/reference/fr/10-Routing.markdown   2010-03-29 11:01:39 UTC 
(rev 28859)
+++ doc/branches/1.4/reference/fr/10-Routing.markdown   2010-03-29 11:04:07 UTC 
(rev 28860)
@@ -359,7 +359,7 @@
     [yml] 
     articles: 
       options: 
-        collection_actions: { filter: post } 
+        collection_actions: { filter: post, filterBis: [post, get] } 
         # ...
 
 ### ~`object_actions`~
@@ -373,7 +373,7 @@
     [yml] 
     articles: 
       options: 
-        object_actions: { publish: put } 
+        object_actions: { publish: put, publishBis: [post, put] } 
         # ...
 
 ~`sfPropelRouteCollection`~

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to