method
sgid_attributes
v8.1.1 -
Show latest stable
- Class:
ActionText::Attachment
sgid_attributes()private
No documentation available.
# File actiontext/lib/action_text/attachment.rb, line 144
def sgid_attributes
@sgid_attributes ||= node_attributes.slice("sgid").presence || attachable_attributes.slice("sgid")
end