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