class CanCan::ModelAdapters::AbstractAdapter
def self.override_condition_matching?(_subject, _name, _value)
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