square / rails-auth

Modular resource-based authentication and authorization for Rails/Rack
Apache License 2.0
291 stars 23 forks source link

Add a attr_reader for Rails::Auth::ACL#resources #28

Closed tarcieri closed 8 years ago

tarcieri commented 8 years ago

It's useful to be able to access these for the purpose of debugging authorization failures.

They're frozen anyway, so this hopefully won't have a negative reliability or security impact.

cc @thirstscolr @ewr @zanker