Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #926 from benmoss/patch-1
Browse files Browse the repository at this point in the history
Fix docs typo [ci skip]
  • Loading branch information
nashby committed Sep 6, 2013
2 parents acf12c3 + 750e377 commit 2d50734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cancan/controller_additions.rb
Expand Up @@ -99,7 +99,7 @@ def load_and_authorize_resource(*args)
# [:+id_param+]
# Find using a param key other than :id. For example:
#
# load_resource :id_key => :url # will use find(params[:url])
# load_resource :id_param => :url # will use find(params[:url])
#
# [:+collection+]
# Specify which actions are resource collection actions in addition to :+index+. This
Expand Down

0 comments on commit 2d50734

Please sign in to comment.