lib/rails/auth/acl.rb in rails-auth-1.1.0 vs lib/rails/auth/acl.rb in rails-auth-1.2.0
- old
+ new
@@ -3,9 +3,11 @@
module Rails
module Auth
# Route-based access control lists
class ACL
+ attr_reader :resources
+
# Predicate matchers available by default in ACLs
DEFAULT_MATCHERS = {
allow_all: Matchers::AllowAll
}.freeze