1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip] fix typo

This commit is contained in:
Abhishek Jain 2015-10-07 15:10:33 +05:30
parent 27c970f000
commit fc4fbac073

View file

@ -32,7 +32,7 @@ module ActionView
#
# ==== Examples
# <%= url_for(action: 'index') %>
# # => /blog/
# # => /blogs/
#
# <%= url_for(action: 'find', controller: 'books') %>
# # => /books/find