instance method
run_upload_callbacks
Ruby on Rails edge
Since edge Private — implementation detail, not part of the public APISignature
run_upload_callbacks()
No documentation comment.
Source
# File activestorage/app/models/active_storage/attachment.rb, line 165
def run_upload_callbacks
run_callbacks(:upload)
end
Defined in activestorage/app/models/active_storage/attachment.rb line 165
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Attachment