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.