method
new
rails latest stable - Class:
ActiveStorage::Attached::Changes::DetachMany
new(name, record, attachments)public
No documentation available.
# File activestorage/lib/active_storage/attached/changes/detach_many.rb, line 7
def initialize(name, record, attachments)
@name, @record, @attachments = name, record, attachments
end