hovancik/BSDSec

View on GitHub
app/models/tagging.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
Tagging has no descriptive comment
Missing frozen string literal comment.
Missing top-level documentation comment for `class Tagging`.
class Tagging < ApplicationRecord
belongs_to :tag
belongs_to :article
end