mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 19:53:05 +08:00
5 lines
117 B
Ruby
5 lines
117 B
Ruby
class Projects::UpdateForm < BaseForm
|
|
attr_reader :name, :description, :repository_name, :project_category_id
|
|
|
|
end
|