method

from_node

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