Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rails/docrails
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaydev committed Aug 26, 2017
2 parents a8bc4bd + 98877d1 commit 4b95976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_dispatch/routing/mapper.rb
Expand Up @@ -473,7 +473,7 @@ module Base
# <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:
Expand Down

0 comments on commit 4b95976

Please sign in to comment.