# File lib/state_machine/integrations/active_record.rb, line 420
        def owner_class_ancestor_has_method?(method)
          method == "#{name}?" || super
        end