From 823bbe7779aaba803a0f87ea277efdf88140fbe5 Mon Sep 17 00:00:00 2001 From: Weston Ganger Date: Thu, 22 Dec 2022 13:49:43 -0800 Subject: [PATCH] Fix downloads badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3709db..558fbde 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Protected Attributes Continued Gem Version CI Status -RubyGems Downloads +RubyGems Downloads > This is the community continued version of [`protected_attributes`](https://github.com/rails/protected_attributes) for Rails 5+. The Rails team dropped this feature and switched to `strong_parameters`. However some applications simply cannot be upgraded or the reduced granularity in params management is a non-issue. To continue supporting this feature going forward we continue the work here.