module AASM::Persistence

def constantize(string)

def constantize(string)
  AASM::Persistence.const_get(string)
end