instance method
with_full_attributes
Ruby on Rails 7.2.3
Since v6.0.6Signature
with_full_attributes()
No documentation comment.
Source
# File actiontext/lib/action_text/attachment.rb, line 81
def with_full_attributes
self.class.from_attributes(full_attributes, attachable)
end
Defined in actiontext/lib/action_text/attachment.rb line 81
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Attachment