method
initialize_dup
v7.0.0 -
Show latest stable
- Class:
ActiveStorage::Attached::Model
initialize_dup(*)public
No documentation available.
# File activestorage/lib/active_storage/attached/model.rb, line 230
def initialize_dup(*) # :nodoc:
super
@active_storage_attached = nil
@attachment_changes = nil
end