fixed a typo [ci skip]

This commit is contained in:
Aida 2014-05-17 00:29:09 +09:00
parent 8109dc8067
commit 812b4e88b7
1 changed files with 1 additions and 1 deletions

View File

@ -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