toshogakari/eLib

View on GitHub
app/models/tag_has_book.rb

Summary

Maintainability
A
0 mins
Test Coverage
class TagHasBook < ActiveRecord::Base
  belongs_to :book
  belongs_to :tag
end