class ViewModel::DeserializationError::NotFound
Attempted to load persisted viewmodels by id, but they were not available
def detail
def detail model_ids = nodes.map(&:model_id) "Couldn't find #{viewmodel_class.view_name}(s) with id(s)=#{model_ids.inspect}" end