method
from_attachables
v8.1.1 -
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