method
from_attachables
v7.2.3 -
Show latest stable
- Class:
ActionText::Attachment
from_attachables(attachables)public
No documentation available.
# File actiontext/lib/action_text/attachment.rb, line 35
def from_attachables(attachables)
Array(attachables).filter_map { |attachable| from_attachable(attachable) }
end