*CURRENTLY UNMAINTAINED*. Authority helps you authorize actions in your Rails app. It's ORM-neutral and has very little fancy syntax; just group your models under one or more Authorizer classes and write plain Ruby methods on them.
We should be able to pass custom opts to authorizers in the controller-wide authorize_actions_for. I propose doing so by passing an array to an :opts parameter.
See discussion here in #84.
We should be able to pass custom opts to authorizers in the controller-wide
authorize_actions_for
. I propose doing so by passing an array to an:opts
parameter.