mastodon/app/controllers/settings/keyword_mutes_controller.rb

8 lines
152 B
Ruby

# frozen_string_literal: true
class Settings::KeywordMutesController < ApplicationController
layout 'admin'
before_action :authenticate_user!
end