module AASM::Persistence::Base

def aasm_new_record?

def aasm_new_record?
  new_record?
end