From 49e8bcc5bde4ed38f83a8a512ae9545d570b735d Mon Sep 17 00:00:00 2001 From: Thibaut Poullain <43370144+thibpoullain@users.noreply.github.com> Date: Wed, 22 Feb 2023 18:52:09 +0100 Subject: [PATCH 1/2] Update ReadMe :) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5eadae1..74b71a9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Seedbank ======== +Work fine with Rails 7 ! + Seedbank allows you to structure your apps seed data instead of having it all dumped into one large file. I find my seed data tended to fall into two categories: 1. Stuff that the entire application requires. From 6d4521bfb1817558cc4b90608f40965076210dad Mon Sep 17 00:00:00 2001 From: James McCarthy Date: Fri, 8 Dec 2023 00:34:35 +0700 Subject: [PATCH 2/2] Update README.md Co-authored-by: Xavier MALPARTY <77609814+malparty@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74b71a9..73376c1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Seedbank ======== -Work fine with Rails 7 ! +Work fine with Rails 7! Seedbank allows you to structure your apps seed data instead of having it all dumped into one large file. I find my seed data tended to fall into two categories: