Flowdock
method

from_attachables

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: Attachment
from_attachables(attachables) 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/attachment.rb, line 22
      def from_attachables(attachables)
        Array(attachables).map { |attachable| from_attachable(attachable) }.compact
      end
Register or log in to add new notes.