method

path_for

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