Add privacy extra settings page
This commit is contained in:
parent
9641e0d2c6
commit
0e0e9e383b
8 changed files with 84 additions and 23 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue