Save syndication sources to posts

This commit is contained in:
2023-01-29 16:54:34 +11:00
parent 37932ea4ad
commit 2d371812f5
17 changed files with 231 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
Test::Factory.define(:post) do |f|
f.name "post_name"
f.content "post_content"
f.slug "post-slug"
f.published_at Time.now
f.syndication_sources {}
end