diff --git a/app/controllers/admin/domains_controller.rb b/app/controllers/admin/domains_controller.rb index c912d713a..b5ef428dd 100644 --- a/app/controllers/admin/domains_controller.rb +++ b/app/controllers/admin/domains_controller.rb @@ -41,7 +41,7 @@ module Admin end def update - rollback_history = @domain.json_statuses_history['admin_store_statuses_history'] + rollback_history = @domain.json_statuses_history&.[]('admin_store_statuses_history') dp = ignore_empty_statuses @domain.is_admin = true @domain.admin_status_update dp[:statuses]