Flowdock
method

to_plain_text

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: Attachment
to_plain_text() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actiontext/lib/action_text/attachment.rb, line 72
    def to_plain_text
      if respond_to?(:attachable_plain_text_representation)
        attachable_plain_text_representation(caption)
      else
        caption.to_s
      end
    end
Register or log in to add new notes.