fix dashboards and add empty state
This commit is contained in:
@@ -24,5 +24,7 @@ class Subject < ApplicationRecord
|
||||
belongs_to :category
|
||||
belongs_to :axis
|
||||
|
||||
has_many :questions
|
||||
|
||||
validates :name, presence: true, uniqueness: true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user