# File lib/state_machine/integrations/mongo_mapper.rb, line 235
        def define_action_hook
          if action_hook == :save
            owner_class.set_callback(:save, :around, self, :prepend => true)
          else
            super
          end
        end