instance method
to_trix_content_attachment_partial_path
Ruby on Rails 6.1.7.10
Since v6.0.6 Last seen in v7.0.10Signature
to_trix_content_attachment_partial_path()
No documentation comment.
Source
# File actiontext/lib/action_text/attachables/content_attachment.rb, line 33
def to_trix_content_attachment_partial_path
"action_text/attachables/content_attachments/#{name.underscore}"
end
Defined in actiontext/lib/action_text/attachables/content_attachment.rb line 33
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Attachables::ContentAttachment