aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorAbhishek Jain <abhishek.jain@vinsol.com>2015-10-07 15:10:33 +0530
committerAbhishek Jain <abhishek.jain@vinsol.com>2015-10-07 15:10:33 +0530
commitfc4fbac0737109423ca51a0560e225297e1a7c9a (patch)
treeb205534d3e9e77bab635e09839ef8a76c2cca390 /actionview
parent27c970f00065a4913f5af4bfd352fda382a39060 (diff)
downloadrails-fc4fbac0737109423ca51a0560e225297e1a7c9a.tar.gz
rails-fc4fbac0737109423ca51a0560e225297e1a7c9a.tar.bz2
rails-fc4fbac0737109423ca51a0560e225297e1a7c9a.zip
[ci skip] fix typo
Diffstat (limited to 'actionview')
-rw-r--r--actionview/lib/action_view/routing_url_for.rb2
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