about summary refs log tree commit diff
path: root/app/controllers/settings/keyword_mutes_controller.rb
blob: ffe94e33a432068843195f4c0c9b60e1ddaa2f7f (plain) (blame)
1
2
3
4
5
6
7
# frozen_string_literal: true

class Settings::KeywordMutesController < ApplicationController
  layout 'admin'

  before_action :authenticate_user!
end