class ViewModel::Migration::NoPathError

def meta

def meta
  {
    viewmodel: vm_name,
    from: from,
    to: to,
  }
end