module AASM

def initialize_dup(other)

def initialize_dup(other)
  @aasm = Concurrent::Map.new
  super
end