fix: Add slug to articles (#5500)

This commit is contained in:
Tejaswini Chile
2022-09-28 00:57:18 +05:30
committed by GitHub
parent 8e5d8fcdaf
commit c1c57fb2cd
7 changed files with 46 additions and 14 deletions

View File

@@ -4,6 +4,7 @@ FactoryBot.define do
category_id { 1 }
author_id { 1 }
title { 'MyString' }
slug { 'MyString' }
content { 'MyText' }
description { 'MyDescrption' }
status { 1 }