method

from_attachables

rails latest stable - Class: ActionText::Attachment
from_attachables(attachables)
public

No documentation available.

# File actiontext/lib/action_text/attachment.rb, line 33
      def from_attachables(attachables)
        Array(attachables).filter_map { |attachable| from_attachable(attachable) }
      end