class ActiveAdmin::AuthorizationAdapter::NormalizedMatcher

def ===(other)

def ===(other)
  @klass == other || other.is_a?(@klass)
end