Skip to content

Commit

Permalink
[fr][ja] follow a38c72d
Browse files Browse the repository at this point in the history
  • Loading branch information
cake17 committed Mar 19, 2015
1 parent a38c72d commit ee58a97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions fr/development/rest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ GET /recipes/123.format RecipesController::view(123)
----------- --------------------- ------------------------------
POST /recipes.format RecipesController::add()
----------- --------------------- ------------------------------
POST /recipes/123.format RecipesController::edit(123)
----------- --------------------- ------------------------------
PUT /recipes/123.format RecipesController::edit(123)
----------- --------------------- ------------------------------
DELETE /recipes/123.format RecipesController::delete(123)
----------- --------------------- ------------------------------
POST /recipes/123.format RecipesController::edit(123)
=========== ===================== ==============================

La classe Router de CakePHP utilise un certain nombre d'indicateurs
Expand Down
4 changes: 2 additions & 2 deletions ja/development/rest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ GET /recipes/123.format RecipesController::view(123)
----------- --------------------- ------------------------------
POST /recipes.format RecipesController::add()
----------- --------------------- ------------------------------
POST /recipes/123.format RecipesController::edit(123)
----------- --------------------- ------------------------------
PUT /recipes/123.format RecipesController::edit(123)
----------- --------------------- ------------------------------
DELETE /recipes/123.format RecipesController::delete(123)
----------- --------------------- ------------------------------
POST /recipes/123.format RecipesController::edit(123)
=========== ===================== ==============================

CakePHPのルータクラスは、いくつかの異なる方法でHTTPリクエストメソッドを判定します。
Expand Down

0 comments on commit ee58a97

Please sign in to comment.