From fc4fbac0737109423ca51a0560e225297e1a7c9a Mon Sep 17 00:00:00 2001 From: Abhishek Jain Date: Wed, 7 Oct 2015 15:10:33 +0530 Subject: [ci skip] fix typo --- actionview/lib/action_view/routing_url_for.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview') 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 -- cgit v1.2.3