Convert Account::SingleUserExport to User::DataExport

This commit is contained in:
Stanko K.R.
2026-01-09 16:15:32 +01:00
parent 161efb0b8e
commit 19ae555c2e
31 changed files with 643 additions and 395 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ production: &production
command: "MagicLink.cleanup"
schedule: every 4 hours
cleanup_exports:
command: "Account::Export.cleanup"
command: "Export.cleanup"
schedule: every hour at minute 20
incineration:
class: "Account::IncinerateDueJob"
+2
View File
@@ -22,6 +22,8 @@ Rails.application.routes.draw do
resources :email_addresses, param: :token do
resource :confirmation, module: :email_addresses
end
resources :data_exports, only: [ :create, :show ]
end
end