ece517-p3/expertiza

View on GitHub
app/models/bookmark_rating.rb

Summary

Maintainability
A
0 mins
Test Coverage
class BookmarkRating < ActiveRecord::Base
  belongs_to :bookmark
  belongs_to :user
end