class method
self.fragment_by_canonicalizing_attachments
Ruby on Rails 8.0.4
Since v6.0.6Signature
self.fragment_by_canonicalizing_attachments(content)
No documentation comment.
Parameters
-
contentreq
Source
# File actiontext/lib/action_text/attachment.rb, line 27
def fragment_by_canonicalizing_attachments(content)
fragment_by_minifying_attachments(fragment_by_converting_trix_attachments(content))
end
Defined in actiontext/lib/action_text/attachment.rb line 27
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Attachment