This website works better with JavaScript.
Home
Explore
Sign In
miteruzo
/
btrc-hub
Watch
1
Star
0
Fork
0
Code
Issues
86
Pull Requests
4
Releases
0
Wiki
Activity
Labels
Milestones
New Pull Request
#144
feat: ニコニコ連携先をニコタグにできないやぅに修正(#142)
Merged
みてるぞ
merged 3 commits from
feature/142
into
main
2 weeks ago
Conversation
0
Commits
3
Files Changed
1
1 changed files
with
1 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split 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
validate :nico_tag_must_be_nico
validate :tag_mustnt_be_nico
private
Write
Preview
Loading…
Cancel
Save