instance method
tempdir
Ruby on Rails 5.2.8.1
Since v5.2.8.1 Last seen in v6.0.6 PrivateAvailable in: v5.2.8.1 v6.0.6
Signature
tempdir()
Returns the directory in which tempfiles should be opened. Defaults to Dir.tmpdir.
Source
# File activestorage/lib/active_storage/downloading.rb, line 35
def tempdir #:doc:
Dir.tmpdir
end
Defined in activestorage/lib/active_storage/downloading.rb line 35
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Downloading