lib/rails/auth/acl/matchers/allow_all.rb in rails-auth-0.3.0 vs lib/rails/auth/acl/matchers/allow_all.rb in rails-auth-0.4.0
- old
+ new
@@ -11,9 +11,16 @@
end
def match(_env)
@enabled
end
+
+ # Generates inspectable attributes for debugging
+ #
+ # @return [true, false] is the matcher enabled?
+ def attributes
+ @enabled
+ end
end
end
end
end
end