method

node_from_attributes

rails latest stable - Class: ActionText::Attachment
node_from_attributes(attributes)
private

No documentation available.

# File actiontext/lib/action_text/attachment.rb, line 50
        def node_from_attributes(attributes)
          if attributes = process_attributes(attributes).presence
            ActionText::HtmlConversion.create_element(tag_name, attributes)
          end
        end