From a07998154e2065b12ddfc0407a527944a1df6077 Mon Sep 17 00:00:00 2001 From: Jerome Dalbert Date: Tue, 12 Nov 2024 23:06:33 -0800 Subject: [PATCH] Add more macros to default ClassStructure config --- config/default.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/default.yml b/config/default.yml index a7310f7..e82a35e 100644 --- a/config/default.yml +++ b/config/default.yml @@ -127,11 +127,12 @@ Layout/ClassStructure: - after_destroy_commit - around_create other_macros: - - devise - acts_as_paranoid - - serialize - - has_paper_trail - audited + - devise + - has_paper_trail + - normalizes + - serialize scopes: - default_scope - scope