1
0
Fork 0
forked from gitea/nas

Add admin attachments panel

This commit is contained in:
KMY 2023-02-28 09:16:47 +09:00
parent 15683f583d
commit bd839a8abc
8 changed files with 82 additions and 0 deletions

View file

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