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