module AASM::Persistence::SequelPersistence::InstanceMethods

def before_validation

def before_validation
  aasm_ensure_initial_state
  super
end