Add track type to admin dashboard
This commit is contained in:
parent
770a63e15c
commit
abc59bb3d7
18 changed files with 252 additions and 2 deletions
9
spec/factories/track_types.rb
Normal file
9
spec/factories/track_types.rb
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
FactoryBot.define do
|
||||
factory :track_type do
|
||||
title { 'Example Track Type' }
|
||||
description { 'test description' }
|
||||
program
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue