Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmeurer committed Dec 25, 2011
1 parent 9eebeb2 commit e65f9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cancan/controller_additions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def load_and_authorize_resource(*args)
# [:+find_by+]
# Find using a different attribute other than id. For example.
#
# load_resource :find_by => :permalink # will use find_by_permlink!(params[:id])
# load_resource :find_by => :permalink # will use find_by_permalink!(params[:id])
#
# [:+collection+]
# Specify which actions are resource collection actions in addition to :+index+. This
Expand Down

0 comments on commit e65f9bd

Please sign in to comment.