# File lib/state_machine/machine.rb, line 1660
      def define_action_helpers
        if action_hook
          @action_hook_defined = true
          define_action_hook
        end
      end