class ActionText::Attachables::MissingAttachable

def to_partial_path

def to_partial_path
  if model
    model.to_missing_attachable_partial_path
  else
    DEFAULT_PARTIAL_PATH
  end
end