# File lib/state_machine/integrations/data_mapper.rb, line 355
        def action_hook
          action == :save ? :save_self : super
        end