Merge commit 'fc5ab2dc83' into kb_migration

This commit is contained in:
KMY 2023-08-15 18:17:59 +09:00
commit 9d38301bfa
132 changed files with 145 additions and 696 deletions

View file

@ -61,6 +61,7 @@ namespace :settings do
resource :delete, only: [:show, :destroy]
resource :migration, only: [:show, :create]
resource :verification, only: :show
resource :privacy, only: [:show, :update], controller: 'privacy'
namespace :migration do
resource :redirect, only: [:new, :create, :destroy]