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

Improve error if given a nil user #62

Closed nathanl closed 11 years ago

nathanl commented 11 years ago

As discussed on this pull request: https://github.com/nathanl/authority/pull/32

@christhekeele has not yet gotten around to doing this, but it should be done, so this issue is a reminder to him or me. :)