方法
- A
- P
- T
包含的模块
实例公共方法
attachable_plain_text_representation(caption = nil) 链接
来源: 显示 | 在 GitHub 上
# File actiontext/lib/action_text/engine.rb, line 50 def attachable_plain_text_representation(caption = nil) "[#{caption || filename}]" end
previewable_attachable?() 链接
来源: 显示 | 在 GitHub 上
# File actiontext/lib/action_text/engine.rb, line 46 def previewable_attachable? representable? end
to_trix_content_attachment_partial_path() 链接
来源: 显示 | 在 GitHub 上
# File actiontext/lib/action_text/engine.rb, line 54 def to_trix_content_attachment_partial_path nil end