mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07:00
adding more authentication, fixing category bug
This commit is contained in:
parent
60a2982724
commit
42fd3edbae
10 changed files with 28 additions and 93 deletions
|
|
@ -4,6 +4,7 @@ class Recipient < ApplicationRecord
|
|||
belongs_to :school
|
||||
validates_associated :school
|
||||
|
||||
has_many :recipient_schedules
|
||||
has_many :attempts
|
||||
|
||||
validates :name, presence: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue