instance method
as_json
Ruby on Rails edge
Since edgeSignature
as_json(options = nil)
No documentation comment.
Parameters
-
optionsopt = nil
Source
# File activestorage/lib/active_storage/attached/many.rb, line 87
def as_json(options = nil)
attachments.as_json(options)
end
Defined in activestorage/lib/active_storage/attached/many.rb line 87
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Attached::Many