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