timothyandrew/blink

View on GitHub
app/models/book_inventory_item.rb

Summary

Maintainability
A
0 mins
Test Coverage
class BookInventoryItem < ActiveRecord::Base
  validates_presence_of :name
  validates_presence_of :author
end