method
from_node
v7.1.3.2 -
Show latest stable
- Class:
ActionText::Attachment
from_node(node, attachable = nil)public
No documentation available.
# File actiontext/lib/action_text/attachment.rb, line 29
def from_node(node, attachable = nil)
new(node, attachable || ActionText::Attachable.from_node(node))
end