FIX: render error message when backup download fails

This commit is contained in:
Arpit Jalan 2018-01-05 19:39:40 +05:30
parent 86d13c0d62
commit ed4b845930
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class Admin::BackupsController < Admin::AdminController
send_file backup.path
else
if @error
render layout: 'no_ember', status: 422
render template: 'admin/backups/show.html.erb', layout: 'no_ember', status: 422
else
render body: nil, status: 404
end