method

sgid_attributes

rails latest stable - Class: ActionText::Attachment
sgid_attributes()
private

No documentation available.

# File actiontext/lib/action_text/attachment.rb, line 142
      def sgid_attributes
        @sgid_attributes ||= node_attributes.slice("sgid").presence || attachable_attributes.slice("sgid")
      end