mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
adding categories
This commit is contained in:
parent
eda41debc0
commit
b2e8223a38
21 changed files with 545 additions and 1 deletions
5
app/models/category.rb
Normal file
5
app/models/category.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class Category < ApplicationRecord
|
||||
|
||||
validates :name, presence: true
|
||||
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue