module AASM::Persistence::ORM

def aasm_save

Save the record and return true if it succeeded/false otherwise.
def aasm_save
  raise("Define #aasm_save_without_error in the AASM Persistence class.")
end