Skip to content

Commit

Permalink
Merge pull request #1775 from yasslab/remove_zero_width_space
Browse files Browse the repository at this point in the history
routing.md でゼロ幅スペースをカット
  • Loading branch information
rakuda-san-desu authored Nov 21, 2024
2 parents f208602 + 5db6656 commit d99bf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/ja/routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ get "*a/foo/*b", to: "test#index"
get "*pages", to: "pages#show"
```

このルーティングに対して`'/foo/bar.json'`をリクエストしたときの`p​​arams[:pages]`は、`"foo/bar"`でリクエストフォーマット`params[:format]`にJSONを指定したものと等しくなります。
このルーティングに対して`'/foo/bar.json'`をリクエストしたときの`params[:pages]`は、`"foo/bar"`でリクエストフォーマット`params[:format]`にJSONを指定したものと等しくなります。

`format`のデフォルトの振る舞いは、URLにフォーマット指定が含まれていれば、それをURLから自動的にキャプチャして`params[:format]`に含めますが、この場合、URLの`format`パラメータは必須ではありません。

Expand Down

0 comments on commit d99bf14

Please sign in to comment.