Set up /settings/keyword_mutes. #164.

This should eventually be accessible via the API and the web frontend,
but I find it easier to set up an editing interface using Rails
templates and the like.  We can always take it out if it turns out we
don't need it.
This commit is contained in:
David Yip
2017-10-15 03:17:33 -05:00
parent b4b657eb1d
commit 4fa2f7e82d
8 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,2 @@
module Settings::KeywordMutesHelper
end