方法
- A
- P
- T
包含的模組
執行個體公開方法
attachable_plain_text_representation(caption = nil) 連結
來源:顯示 | 於 GitHub 上
# File actiontext/lib/action_text/engine.rb, line 49 def attachable_plain_text_representation(caption = nil) "[#{caption || filename}]" end
previewable_attachable?() 連結
來源:顯示 | 於 GitHub 上
# File actiontext/lib/action_text/engine.rb, line 45 def previewable_attachable? representable? end
to_trix_content_attachment_partial_path() 連結
來源:顯示 | 於 GitHub 上
# File actiontext/lib/action_text/engine.rb, line 53 def to_trix_content_attachment_partial_path nil end