method

fragment_by_canonicalizing_content

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: Content
fragment_by_canonicalizing_content(content) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actiontext/lib/action_text/content.rb, line 12 def fragment_by_canonicalizing_content(content) fragment = ActionText::Attachment.fragment_by_canonicalizing_attachments(content) fragment = ActionText::AttachmentGallery.fragment_by_canonicalizing_attachment_galleries(fragment) fragment end
Register or log in to add new notes.