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