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