From 7560c3c8cab65519bb0b05d9d6b2b649f159bdc9 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Wed, 11 Mar 2015 22:57:10 +0900 Subject: [ci skip] Change to code element --- guides/source/routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') 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 -- cgit v1.2.3