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

Attempt to give clearer backtraces by not using Forwardable here. #38

Closed nathanl closed 11 years ago

nathanl commented 11 years ago

In response to https://github.com/nathanl/authority/issues/36

JeanMertz commented 11 years ago

Nice change, this was indeed throwing me off when this happened.