mluukkai/labtool

View on GitHub
app/models/feedback_comment.rb

Summary

Maintainability
A
0 mins
Test Coverage
class FeedbackComment < ActiveRecord::Base
  attr_accessible :points, :text, :week, :hidden_text
  belongs_to :week_feedback
  belongs_to :user

end