class CanCan::ModelAdapters::AbstractAdapter

def self.override_condition_matching?(_subject, _name, _value)

If this returns true then matches_condition? will be called. See Rule#matches_conditions_hash
Used to determine if this model adapter will override the matching behavior for a specific condition.
def self.override_condition_matching?(_subject, _name, _value)
  false
end