Fix a mistake in the documentation (ht: Evgeniy Dolzhenko) [#4217 state:resolved]

This commit is contained in:
wycats
2010-03-27 01:00:02 -07:00
parent 39c35ff04b
commit 02ab7890bf

View File

@@ -72,7 +72,7 @@ module ActionDispatch
# you can do that by including ActionController::UrlFor in your class:
#
# class User < ActiveRecord::Base
# include ActionController::UrlFor
# include Rails.application.routes.url_helpers
#
# def base_uri
# user_path(self)