module AASM::Persistence::SequelPersistence::InstanceMethods

def aasm_update_column(attribute_name, value)

def aasm_update_column(attribute_name, value)
  this.update(attribute_name => value)
end