Flowdock
method

trix_attachment_content

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: TrixConversion
trix_attachment_content() private

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/attachments/trix_conversion.rb, line 29
        def trix_attachment_content
          if partial_path = attachable.try(:to_trix_content_attachment_partial_path)
            ActionText::Content.render(partial: partial_path, object: self, as: model_name.element)
          end
        end
Register or log in to add new notes.