feat: Category API to handle linked categories and parent-sub categories (#4879)
This commit is contained in:
6
spec/factories/related_categories.rb
Normal file
6
spec/factories/related_categories.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
FactoryBot.define do
|
||||
factory :related_category do
|
||||
category
|
||||
related_category
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user