method
path_for
v7.1.3.2 -
Show latest stable
- Class:
ActiveStorage::Service::DiskService
path_for(key)public
No documentation available.
# File activestorage/lib/active_storage/service/disk_service.rb, line 101
def path_for(key) # :nodoc:
File.join root, folder_for(key), key
end