Add mod action for move favorites

This commit is contained in:
BrokenEagle
2018-01-30 11:27:06 -08:00
parent 92f7bb46a2
commit 3933c273c4
2 changed files with 7 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ class ModAction < ApplicationRecord
post_ban: 44,
post_unban: 45,
post_permanent_delete: 46,
post_move_favorites: 47,
pool_delete: 62,
pool_undelete: 63,
artist_ban: 184,