method

attributes

attributes()
public

No documentation available.

# File actiontext/lib/action_text/trix_attachment.rb, line 57
    def attributes
      @attributes ||= attachment_attributes.merge(composed_attributes).slice(*ATTRIBUTES)
    end