Flowdock
method

from_trix_attachment

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: TrixConversion
from_trix_attachment(trix_attachment) 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/attachments/trix_conversion.rb, line 15
        def from_trix_attachment(trix_attachment)
          from_attributes(trix_attachment.attributes)
        end
Register or log in to add new notes.