Browse Source

feat: ニコニコ連携先をニコタグにできないやぅに修正(#142) (#144)

Merge branch 'main' into feature/142

Merge branch 'main' into feature/142

#142 完了

Co-authored-by: miteruzo <miteruzo@naver.com>
Reviewed-on: https://git.miteruzo.com/miteruzo/btrc-hub/pulls/144
pull/192/head
みてるぞ 2 weeks ago
parent
commit
c0cf97b80d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      backend/app/models/nico_tag_relation.rb

+ 1
- 0
backend/app/models/nico_tag_relation.rb View File

@@ -6,6 +6,7 @@ class NicoTagRelation < ApplicationRecord
validates :tag_id, presence: true

validate :nico_tag_must_be_nico
validate :tag_mustnt_be_nico

private



Loading…
Cancel
Save