diff options
author | yui-knk <spiketeika@gmail.com> | 2015-03-11 22:57:10 +0900 |
---|---|---|
committer | yui-knk <spiketeika@gmail.com> | 2015-03-11 22:57:10 +0900 |
commit | 7560c3c8cab65519bb0b05d9d6b2b649f159bdc9 (patch) | |
tree | 4cf2b38839fc772a14e6b0a50c69557e381a50c2 /guides | |
parent | 0c7c6286f653b947db8a2a17c11f0c213a8d23ea (diff) | |
download | rails-7560c3c8cab65519bb0b05d9d6b2b649f159bdc9.tar.gz rails-7560c3c8cab65519bb0b05d9d6b2b649f159bdc9.tar.bz2 rails-7560c3c8cab65519bb0b05d9d6b2b649f159bdc9.zip |
[ci skip] Change to code element
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/routing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/routing.md b/guides/source/routing.md index b5defc9d20..1a614fe42b 100644 --- a/guides/source/routing.md +++ b/guides/source/routing.md @@ -1006,7 +1006,7 @@ TIP: If your application has many RESTful routes, using `:only` and `:except` to ### Translated Paths -Using `scope`, we can alter path names generated by resources: +Using `scope`, we can alter path names generated by `resources`: ```ruby scope(path_names: { new: 'neu', edit: 'bearbeiten' }) do |