push
0 of 2 new or added lines in 1 file covered. (0.0%)
3735 existing lines in 129 files now uncovered.1940 of 15644 relevant lines covered (12.4%)
0.25 hits per line
UNCOV
1
|
class TrackNotification < ApplicationRecord |
× |
2 |
# attr_accessible :notification
|
|
UNCOV
3
|
validates :notification_id, presence: true |
× |
UNCOV
4
|
validates :user_id, presence: true |
× |
UNCOV
5
|
belongs_to :notification
|
× |
UNCOV
6
|
belongs_to :user
|
× |
UNCOV
7
|
end
|
× |