matthucke/graveyards4

View on GitHub
app/models/book_chapter.rb

Summary

Maintainability
A
0 mins
Test Coverage
class BookChapter < ActiveRecord::Base
  belongs_to :graveyard
end