instance method
embeds
Ruby on Rails 8.1.2
Since v7.2.3Returns the ActiveStorage::Attachment records from the embedded files.
Attached ActiveStorage::Blob records are extracted from the body in a before_validation callback.
Source
# File actiontext/app/models/action_text/rich_text.rb, line 55
has_many_attached :embeds
Defined in actiontext/app/models/action_text/rich_text.rb line 55
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::RichText