1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activestorage/app/controllers
Cameron Bothner 22efb2ec49 Respond with 404 in ActiveStorage::DiskController#show when file missing
`ActiveStorage::DiskController#show` generates a 404 Not Found response when
the requested file is missing from the disk service. It previously raised
`Errno::ENOENT`.
2018-08-21 15:35:58 -04:00
..
active_storage Respond with 404 in ActiveStorage::DiskController#show when file missing 2018-08-21 15:35:58 -04:00
concerns/active_storage Extract ActiveStorage::SetCurrent 2018-08-16 01:41:15 -04:00