method
folder_for
rails latest stable - Class:
ActiveStorage::Service::DiskService
folder_for(key)private
No documentation available.
# File activestorage/lib/active_storage/service/disk_service.rb, line 155
def folder_for(key)
[ key[0..1], key[2..3] ].join("/")
end