Before I go into detail I\'ll get right to the point: has anyone figured out a way to get Carrierwave to save files with their names as a timestamp or any arbitrary string that
The solution is the same as described in the official documentation
But it always returns original_filename as nil. So just change it to instance variable as @original_filename.present?
original_filename
nil
@original_filename.present?