expertiza/expertiza

View on GitHub
app/models/review_comment_paste_bin.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
class ReviewCommentPasteBin < ApplicationRecord
  # attr_accessible :title, :review_comment
  belongs_to :review_grade
end