Add back in Oxford Comma

per [API documentation guidelines](http://edgeguides.rubyonrails.org/api_documentation_guidelines.html#oxford-comma)

[ci skip]
This commit is contained in:
Jon Moss 2016-05-19 15:41:59 -04:00
parent d6e7334d19
commit f58bd6ed22
No known key found for this signature in database
GPG Key ID: 7CE26AA47EFC5B12

@ -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