mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-27 04:41:37 +01:00
8 lines
139 B
Ruby
8 lines
139 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class Form::AdminSuspensionConfirmation
|
||
|
include ActiveModel::Model
|
||
|
|
||
|
attr_accessor :acct, :report_id
|
||
|
end
|