mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #25080 from maclover7/jm-add-oxford
Add back in Oxford Comma
This commit is contained in:
commit
d90ae764ec
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ module ActionDispatch
|
||||||
# get 'blog/edit' => :edit
|
# get 'blog/edit' => :edit
|
||||||
# end
|
# end
|
||||||
#
|
#
|
||||||
# # provides named routes for show, delete and edit
|
# # provides named routes for show, delete, and edit
|
||||||
# link_to @article.title, blog_show_path(id: @article.id)
|
# link_to @article.title, blog_show_path(id: @article.id)
|
||||||
#
|
#
|
||||||
# == Pretty URLs
|
# == Pretty URLs
|
||||||
|
|
Loading…
Reference in a new issue