# File lib/state_machine/integrations/active_record.rb, line 467
        def define_action_helpers
          super(action == :save ? :create_or_update : action)
        end