Methods
- attachable_plain_text_representation
- previewable_attachable?
- to_trix_content_attachment_partial_path
Included Modules
Instance Public methods
attachable_plain_text_representation(caption = nil)
Source:
# File actiontext/lib/action_text/engine.rb, line 29
def attachable_plain_text_representation(caption = nil)
"[#{caption || filename}]"
end