mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-11-01 11:31:12 +01:00
8 lines
152 B
Ruby
8 lines
152 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class Settings::KeywordMutesController < ApplicationController
|
||
|
layout 'admin'
|
||
|
|
||
|
before_action :authenticate_user!
|
||
|
end
|