From 6882a4c056f3666fe6b90b3249d25f74922f4999 Mon Sep 17 00:00:00 2001 From: Kasper Timm Hansen Date: Fri, 22 Dec 2023 15:50:34 +0100 Subject: [PATCH] Fix markdown callout --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db85ded..a8c5a97 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ class Post::Publisher < ActiveRecord::AssociatedObject end ``` -> [!INFO] +> [!NOTE] > Under the hood, this reuses the same info we needed for automatic Active Job support. Namely, the Active Record class, here `Post`, and its `id`. ### Namespaced models