diff --git a/_posts/2023-12-08-this-week-in-rails-allow-object_id-as-a-column-name-for-activerecord-and-a-lot-more-112f1943.markdown b/_posts/2023-12-08-this-week-in-rails-allow-object_id-as-a-column-name-for-activerecord-and-a-lot-more-112f1943.markdown
index 7d0d94ad..c3b00533 100644
--- a/_posts/2023-12-08-this-week-in-rails-allow-object_id-as-a-column-name-for-activerecord-and-a-lot-more-112f1943.markdown
+++ b/_posts/2023-12-08-this-week-in-rails-allow-object_id-as-a-column-name-for-activerecord-and-a-lot-more-112f1943.markdown
@@ -2,55 +2,55 @@
layout: post
title: "Allow object_id as a column name for ActiveRecord and a lot more!"
categories: news
-author: 50167
+author: Emmanuel Hayford
og_image: assets/images/this-week-in-rails.png
published: true
date: 2023-12-08
---
-[Take ActiveRecord affixes into account for ActiveStorage database models](https://github.com/rails/rails/pull/50167)
-This pull request ensures that all Active Storage database-related models adhere to the _ActiveRecord::Base.table\_name\_prefix_ configuration.
-
-[Make isolated engines aware of ActiveRecord::Base table name prefix](https://github.com/rails/rails/pull/50247)
-Address isolated engines to incorporate the _ActiveRecord::Base.table\_name\_prefix_ configuration. This adjustment will enable engine-defined models, including those within Active Storage, to align with the Active Record table name prefix configuration.
-
-[Alias field\_set\_tag helper to fieldset\_tag](https://github.com/rails/rails/pull/50241)
-Rename the _field\_set\_tag_ helper to _fieldset\_tag_ for consistency with the _\