module ActionText::Attachable

def attachable_sgid

to 'attachable' so it can't be reused for other purposes.
Returns the Signed Global ID for the attachable. The purpose of the ID is set
def attachable_sgid
  to_sgid(expires_in: nil, for: LOCATOR_NAME).to_s
end