How I can manage to read the files in a specified folder
taking
Dir['C:\cliente\mes\*.pdf'].each do |file|
# Lo que quieras hacer
end
Where I intend the client to be the same as the user who is authenticated and the month the client selects using a form