From 512fcbbab2dccfaa1a613b3b52646e7e0eaee055 Mon Sep 17 00:00:00 2001 From: Micah Geisel <micah@botandrose.com> Date: Wed, 11 Sep 2024 19:17:24 +0200 Subject: [PATCH] fix badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6933304..19c6636 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ActiveRecord::JsonAssociations -[![Build Status](https://travis-ci.org/botandrose/active_record-json_associations.svg)](https://travis-ci.org/botandrose/active_record-json_associations) +[![CI Status](https://github.com/botandrose/active_record-json_associations/actions/workflows/ci.yml/badge.svg)](https://github.com/botandrose/active_record-json_associations/actions/workflows/ci.yml) [![Code Climate](https://codeclimate.com/github/botandrose/active_record-json_associations/badges/gpa.svg)](https://codeclimate.com/github/botandrose/active_record-json_associations) Instead of keeping the foreign keys on the children, or in a many-to-many join table, let's keep them in a JSON array on the parent.