mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fix a mistake in the documentation (ht: Evgeniy Dolzhenko) [#4217 state:resolved]
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user