class method
self.from_attachables
Ruby on Rails 8.0.4
Since v6.0.6Signature
self.from_attachables(attachables)
No documentation comment.
Parameters
-
attachablesreq
Source
# File actiontext/lib/action_text/attachment.rb, line 35
def from_attachables(attachables)
Array(attachables).filter_map { |attachable| from_attachable(attachable) }
end
Defined in actiontext/lib/action_text/attachment.rb line 35
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Attachment