0
0
Fork 0

Add a preferences API so apps can share basic behaviours (#10109)

This commit is contained in:
Eugen Rochko 2019-03-15 02:39:20 +01:00 committed by GitHub
parent 85c3bbb238
commit d94e21f933
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 43 additions and 0 deletions

View file

@ -286,6 +286,7 @@ Rails.application.routes.draw do
resources :custom_emojis, only: [:index]
resources :suggestions, only: [:index, :destroy]
resources :scheduled_statuses, only: [:index, :show, :update, :destroy]
resources :preferences, only: [:index]
resources :conversations, only: [:index, :destroy] do
member do