Merge pull request '修正合并错误' (#321) from Nigel/forgeplus:master into dev_nanda

This commit is contained in:
xxq250 2023-01-12 23:50:37 +08:00
commit 86e36263fd
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
class Projects::CreateForm < BaseForm
attr_accessor :user_id, :name, :description, :repository_name, :project_category_id,
:project_language_id, :ignore_id, :license_id, :private, :owner
:project_language_id, :ignore_id, :license_id, :private, :owner,
:blockchain, :blockchain_token_all, :blockchain_init_token
validates :user_id, :name, :repository_name, presence: true