mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 11:50:49 +08:00
7 lines
142 B
Ruby
7 lines
142 B
Ruby
class Contents::DeleteForm < BaseForm
|
|
attr_accessor :filepath, :branch, :new_branch, :sha
|
|
|
|
validates :filepath, :sha, presence: true
|
|
|
|
end
|