From 812b4e88b753e50a0d91d6fa5bd6f24ff018b47c Mon Sep 17 00:00:00 2001 From: Aida Date: Sat, 17 May 2014 00:29:09 +0900 Subject: fixed a typo [ci skip] --- actionpack/lib/abstract_controller/url_for.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/lib/abstract_controller/url_for.rb b/actionpack/lib/abstract_controller/url_for.rb index 4a95e1f276..72d07b0927 100644 --- a/actionpack/lib/abstract_controller/url_for.rb +++ b/actionpack/lib/abstract_controller/url_for.rb @@ -11,7 +11,7 @@ module AbstractController def _routes raise "In order to use #url_for, you must include routing helpers explicitly. " \ - "For instance, `include Rails.application.routes.url_helpers" + "For instance, `include Rails.application.routes.url_helpers`." end module ClassMethods -- cgit v1.2.3