mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
working on questions and categories
This commit is contained in:
parent
b2e8223a38
commit
9558aa05ec
25 changed files with 1633 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
class Category < ApplicationRecord
|
||||
|
||||
has_many :questions
|
||||
|
||||
validates :name, presence: true
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue