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