1
0
Fork 0
forked from gitea/nas

Remove moderation tool media list page

This commit is contained in:
KMY 2023-09-21 16:20:07 +09:00
parent 3c317659c4
commit e84eb3fc81
6 changed files with 0 additions and 92 deletions

View file

@ -1,12 +0,0 @@
# frozen_string_literal: true
class Form::MediaAttachmentsBatch
include ActiveModel::Model
include Authorization
include AccountableConcern
include Payloadable
attr_accessor :query
def save; end
end