class ActionText::Attachables::MissingAttachable

def initialize(sgid)

def initialize(sgid)
  @sgid = SignedGlobalID.parse(sgid, for: ActionText::Attachable::LOCATOR_NAME)
end