circleci
270 of 674 relevant lines covered (40.06%)
1.52 hits per line
1 |
class Book < ActiveRecord::Base |
1 only 62.2 ✔ |
2 |
has_many :creator_roles
|
1 only 62.2 ✔ |
3 |
has_many :book_subjects
|
1 only 62.2 ✔ |
4 |
has_many :subjects, through: :book_subjects |
1 only 62.2 ✔ |
5 |
end
|
× |