Closed wilco375 closed 2 years ago
Migrations currently fail and rollback because of the below error. This PR should fix this.
undefined method `id' for nil:NilClass /app/app/uploaders/photo_uploader.rb:11:in `store_dir' /app/db/migrate/20210922130714_update_photo_exif_date_to_date_time.rb:10:in `block in up' /app/db/migrate/20210922130714_update_photo_exif_date_to_date_time.rb:8:in `up'
Migrations currently fail and rollback because of the below error. This PR should fix this.
undefined method `id' for nil:NilClass /app/app/uploaders/photo_uploader.rb:11:in `store_dir' /app/db/migrate/20210922130714_update_photo_exif_date_to_date_time.rb:10:in `block in up' /app/db/migrate/20210922130714_update_photo_exif_date_to_date_time.rb:8:in `up'