From 877c5638bf995f820bc7f9990ad4a165f0294c74 Mon Sep 17 00:00:00 2001 From: Keshav Biswa Date: Thu, 7 Mar 2024 01:39:25 +0530 Subject: [PATCH] few more changes in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8631126..a59cc0c 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ To populate the anonymized columns, run the following command: $ bin/rails anonymize:populate CLASS=User +The `CLASS` argument is optional, if not provided, it will anonymize all the models with anonymized columns. + ## Usage Attributes can be anonymized using the `anonymize` method. The `anonymize` method takes the following options: