Is there a possibility to rename directory from app?
I'm uploading files via FTP (cause it's a lot of files and it's weight) and naming directory with theme {model.title}-{model.place}. When I change the subject title or place in app, the directory name now is wrong and I must rename it by connecting to FTP. I want to automatically rename this dir when i hit "edit" in my app.
Got app in rails 3.1.3 with carrierwave.