method
from_attributes
rails latest stable - Class:
ActionText::Attachment
from_attributes(attributes, attachable = nil)public
No documentation available.
# File actiontext/lib/action_text/attachment.rb, line 43
def from_attributes(attributes, attachable = nil)
if node = node_from_attributes(attributes)
from_node(node, attachable)
end
end