mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fixed documentation for scope with path.
This commit is contained in:
parent
31f09a2b18
commit
023ca4fd48
1 changed files with 2 additions and 2 deletions
|
@ -578,8 +578,8 @@ module ActionDispatch
|
|||
# end
|
||||
#
|
||||
# This generates helpers such as +account_projects_path+, just like +resources+ does.
|
||||
# The difference here being that the routes generated are like /rails/projects/2,
|
||||
# rather than /accounts/rails/projects/2.
|
||||
# The difference here being that the routes generated are like /:account_id/projects,
|
||||
# rather than /accounts/:account_id/projects.
|
||||
#
|
||||
# === Options
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue