Merge pull request #179 from glitch-soc/keyword-mute

Keyword muting
This commit is contained in:
beatrix
2017-10-25 17:37:48 -04:00
committed by GitHub
21 changed files with 408 additions and 1 deletions

View File

@ -66,6 +66,13 @@ Rails.application.routes.draw do
namespace :settings do
resource :profile, only: [:show, :update]
resources :keyword_mutes do
collection do
delete :destroy_all
end
end
resource :preferences, only: [:show, :update]
resource :notifications, only: [:show, :update]
resource :import, only: [:show, :create]