Override Action View name inference in settings/keyword_mutes.

Glitch::KeywordMute's name is inferred as glitch_keyword_mutes, and in
templates this turns into e.g. settings/glitch/keyword_mutes.  Going
along with this convention means a lot of file movement, though, and for
a UI that's as temporary and awkward as this one I think it's less
effort to slap a bunch of as: options everywhere.

We'll do the Right Thing when we build out the API and frontend UI.
This commit is contained in:
David Yip
2017-10-24 18:40:28 -05:00
parent 641f90e73a
commit 9226257a1b
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
%th
%th
%tbody
= render @keyword_mutes
= render partial: 'keyword_mute', collection: @keyword_mutes, as: :keyword_mute
= paginate @keyword_mutes
.simple_form