Browse Source

新增:创建文件对分支长度进行验证

pull/313/head
yystopf 3 years ago
parent
commit
d03b45eecf
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      app/forms/contents/create_form.rb

+ 2
- 0
app/forms/contents/create_form.rb View File

@@ -3,6 +3,8 @@ class Contents::CreateForm < BaseForm

validates :filepath, presence: true

validates :branch, :new_branch, length: { maximum: 50 }

validate :check_branch

def check_branch


Loading…
Cancel
Save