From 29cb08ed13131710b9984a3b1e0bf510889b76bf Mon Sep 17 00:00:00 2001 From: xescuGC Date: Sat, 22 Aug 2015 00:46:28 +0200 Subject: [PATCH] Added to the README the plugins/extensions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 --------------------