1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip] Fix a typo

We always plural form for `resources` method.
This commit is contained in:
yui-knk 2017-08-18 08:39:39 +09:00
parent 98360a96cc
commit 98877d1bdf

View file

@ -473,7 +473,7 @@ module ActionDispatch
# <tt>params[<:param>]</tt>.
# In your router:
#
# resources :user, param: :name
# resources :users, param: :name
#
# You can override <tt>ActiveRecord::Base#to_param</tt> of a related
# model to construct a URL: