nathanl / authority

*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.
MIT License
1.21k stars 67 forks source link

Allow custom opts in `authorize_actions_for`. #114

Closed christhekeele closed 8 years ago

christhekeele commented 8 years ago

Fixes #113.

nathanl commented 8 years ago

👍 once the tests pass. You can decide whether to debug the Rubinius CI issue or just remove it from the test matrix.

christhekeele commented 8 years ago

Looks symptomatic of https://github.com/travis-ci/travis-ci/issues/5294.