module AASM::Persistence::ORM

def aasm_update_column(attribute_name, value)

Update only the column without running validations.
def aasm_update_column(attribute_name, value)
  raise("Define #aasm_update_column in the AASM Persistence class.")
end