class ViewModel::Record

def attribute_changed!(attr_name)

def attribute_changed!(attr_name)
  @changed_attributes << attr_name.to_s
end