fix
This commit is contained in:
parent
59e8ce206f
commit
f35dddbbf7
|
@ -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, :auto_init
|
||||
:project_language_id, :ignore_id, :license_id, :private, :owner, :auto_init,
|
||||
:blockchain, :blockchain_token_all, :blockchain_init_token
|
||||
|
||||
validates :user_id, :name, :repository_name, presence: true
|
||||
|
|
Loading…
Reference in New Issue