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