Add privacy extra settings page

This commit is contained in:
KMY 2023-09-03 10:50:12 +09:00
parent 9641e0d2c6
commit 0e0e9e383b
8 changed files with 84 additions and 23 deletions

View file

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