diff options
author | Abhishek Jain <abhishek.jain@vinsol.com> | 2015-10-07 15:10:33 +0530 |
---|---|---|
committer | Abhishek Jain <abhishek.jain@vinsol.com> | 2015-10-07 15:10:33 +0530 |
commit | fc4fbac0737109423ca51a0560e225297e1a7c9a (patch) | |
tree | b205534d3e9e77bab635e09839ef8a76c2cca390 /actionview/lib/action_view | |
parent | 27c970f00065a4913f5af4bfd352fda382a39060 (diff) | |
download | rails-fc4fbac0737109423ca51a0560e225297e1a7c9a.tar.gz rails-fc4fbac0737109423ca51a0560e225297e1a7c9a.tar.bz2 rails-fc4fbac0737109423ca51a0560e225297e1a7c9a.zip |
[ci skip] fix typo
Diffstat (limited to 'actionview/lib/action_view')
-rw-r--r-- | actionview/lib/action_view/routing_url_for.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/routing_url_for.rb b/actionview/lib/action_view/routing_url_for.rb index b4cbc80bd5..4d62ea809a 100644 --- a/actionview/lib/action_view/routing_url_for.rb +++ b/actionview/lib/action_view/routing_url_for.rb @@ -32,7 +32,7 @@ module ActionView # # ==== Examples # <%= url_for(action: 'index') %> - # # => /blog/ + # # => /blogs/ # # <%= url_for(action: 'find', controller: 'books') %> # # => /books/find |