diff --git a/README.md b/README.md index 3ffb6ef3..3eacf36b 100644 --- a/README.md +++ b/README.md @@ -577,6 +577,12 @@ Blog.attribute_set[:posts].member_type.primitive # => Post Post.attribute_set[:blog].type.primitive # => Blog ``` +## Plugins / Extensions + +List of plugins/extensions that add features to Virtus: + +* [virtus-localized](https://github.com/XescuGC/virtus-localized): Localize the attributes + Ruby version support --------------------