mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
ActionController::Resources has gone away
This commit is contained in:
parent
c10bf8205c
commit
1ed1652bef
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@ module ActionDispatch
|
|||
# is also possible: an URL can be generated from one of your routing definitions.
|
||||
# URL generation functionality is centralized in this module.
|
||||
#
|
||||
# See ActionDispatch::Routing and ActionController::Resources for general
|
||||
# information about routing and routes.rb.
|
||||
# See ActionDispatch::Routing for general information about routing and routes.rb.
|
||||
#
|
||||
# <b>Tip:</b> If you need to generate URLs from your models or some other place,
|
||||
# then ActionController::UrlFor is what you're looking for. Read on for
|
||||
|
|
Loading…
Reference in a new issue