method
new
v7.2.3 -
Show latest stable
- Class:
ActiveStorage::Attached::Changes::DetachOne
new(name, record, attachment)public
No documentation available.
# File activestorage/lib/active_storage/attached/changes/detach_one.rb, line 7
def initialize(name, record, attachment)
@name, @record, @attachment = name, record, attachment
end