instance method
node_attributes
Ruby on Rails 6.0.6
Since v6.0.6 PrivateSignature
node_attributes()
No documentation comment.
Source
# File actiontext/lib/action_text/attachment.rb, line 91
def node_attributes
@node_attributes ||= ATTRIBUTES.map { |name| [ name.underscore, node[name] ] }.to_h.compact
end
Defined in actiontext/lib/action_text/attachment.rb line 91
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Attachment