# File lib/state_machine/machine.rb, line 1692 def action_hook action && owner_class_ancestor_has_method?(action) ? action : nil end