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