class ViewModel::ActiveRecord

def initialize(*)

def initialize(*)
  super
  model_is_new! if model.new_record?
  @changed_associations = []
end