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

Fix Rails 5 before_filter deprecation warning #110

Closed dteoh closed 8 years ago

dteoh commented 8 years ago

I hope this is okay.

nathanl commented 8 years ago

This is great, thanks! The test failures appear to be unrelated housekeeping stuff. If you have time for a PR to fix those, that would be awesome, but thanks for this!

nathanl commented 8 years ago

@dteoh Released version 3.2.0 with your update, and mentioned in the CHANGELOG. Thanks for your help! 👍

dteoh commented 8 years ago

Thanks! I submitted a PR for the Travis issues.