1
0
Fork 0
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:
Rafael França 2016-05-20 03:51:37 -03:00
commit d90ae764ec

View file

@ -121,7 +121,7 @@ module ActionDispatch
# get 'blog/edit' => :edit
# 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)
#
# == Pretty URLs