This website works better with JavaScript.
Home
Explore
Sign In
miteruzo
/
btrc-hub
Watch
1
Star
0
Fork
0
Code
Issues
79
Pull Requests
4
Releases
0
Wiki
Activity
Browse Source
#142
完了
feature/142
みてるぞ
2 days ago
parent
19a17e7ba7
commit
6b608cea9c
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
validates :tag_id, presence: true
validate :nico_tag_must_be_nico
validate :nico_tag_must_be_nico
validate :tag_mustnt_be_nico
private
private
Write
Preview
Loading…
Cancel
Save