Add ability to manage which websites can credit you in link previews (#31819)
This commit is contained in:
parent
3929e3c6d2
commit
e0c27a5047
92 changed files with 381 additions and 160 deletions
|
@ -60,7 +60,7 @@ namespace :settings do
|
|||
|
||||
resource :delete, only: [:show, :destroy]
|
||||
resource :migration, only: [:show, :create]
|
||||
resource :verification, only: :show
|
||||
resource :verification, only: [:show, :update]
|
||||
resource :privacy, only: [:show, :update], controller: 'privacy'
|
||||
|
||||
namespace :migration do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue