instance method
attributes
Ruby on Rails edge
Since v6.0.6.1Signature
attributes()
No documentation comment.
Source
# File actiontext/lib/action_text/trix_attachment.rb, line 58
def attributes
@attributes ||= attachment_attributes.merge(composed_attributes).slice(*ATTRIBUTES)
end
Defined in actiontext/lib/action_text/trix_attachment.rb line 58
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::TrixAttachment