toshogakari/eLib

View on GitHub
app/models/book_case.rb

Summary

Maintainability
A
0 mins
Test Coverage
class BookCase < ActiveRecord::Base
  belongs_to :user
  belongs_to :book
  has_one :note
end