Flowdock
method

from_node

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: RemoteImage
from_node(node) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actiontext/lib/action_text/attachables/remote_image.rb, line 9
        def from_node(node)
          if node["url"] && content_type_is_image?(node["content-type"])
            new(attributes_from_node(node))
          end
        end
Register or log in to add new notes.