# File lib/state_machine/integrations/active_record/versions.rb, line 68
        def action_hook
          action == :save ? :create_or_update : super
        end