cancan icon indicating copy to clipboard operation
cancan copied to clipboard

Default subjects to :all when action is provided

Open mikepack opened this issue 12 years ago • 2 comments

This adds support for:

can :do_something

Which is equivalent to:

can :do_something, :all

Providing an action but no subjects will currently fail silently when invoked and throw an AccessDenied exception in the controller for non-resourceful actions. Fixes #734.

mikepack avatar Sep 26 '12 07:09 mikepack

@ryanb this is stuck by 8 months.. any chances to be merged or rejected?

carloslopes avatar May 10 '13 16:05 carloslopes

@ryanb ping?

davidakachaos avatar Nov 22 '13 09:11 davidakachaos