mluukkai/labtool

View on GitHub
app/models/passed_check.rb

Summary

Maintainability
A
0 mins
Test Coverage
class PassedCheck < ActiveRecord::Base
  attr_accessible :selected
  belongs_to :checklist_check
  belongs_to :registration
end