Add privacy tab in profile settings (#26484)
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
This commit is contained in:
parent
3a8370e1f4
commit
fc5ab2dc83
130 changed files with 131 additions and 689 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue