Right with multiple actions?

In Rail, when dealing with roles and rights of a user, is there a way to
create a right in Rails that has multiple or all actions in a
controller? Seems to me you have to create a right per action that your
web app allows, and it seems quite tedious to do it for each action in a
controller.