Merge pull request #587 from route/patch-1

Just add singleton to description of authorize_resource
This commit is contained in:
Ryan Bates 2012-05-10 09:27:03 -07:00
commit 78e1a17258

View File

@ -151,6 +151,9 @@ module CanCan
# [:+except+]
# Does not apply before filter to given actions.
#
# [:+singleton+]
# Pass +true+ if this is a singleton resource through a +has_one+ association.
#
# [:+parent+]
# True or false depending on if the resource is considered a parent resource. This defaults to +true+ if a resource
# name is given which does not match the controller.