diff --git a/lib/cancan/controller_additions.rb b/lib/cancan/controller_additions.rb index 79a5e6e..8670e5f 100644 --- a/lib/cancan/controller_additions.rb +++ b/lib/cancan/controller_additions.rb @@ -148,10 +148,6 @@ module CanCan # [:+instance_name+] # The name of the instance variable for this resource. # - # [:+resource+] - # The class to use for the model (string or constant). Alternatively pass a symbol - # to represent a resource which does not have a class. - # def authorize_resource(*args) ControllerResource.add_before_filter(self, :authorize_resource, *args) end