From 18bf6654b2de5c4491c3961cdfc1ef7ca667d116 Mon Sep 17 00:00:00 2001 From: vprokopchuk256 Date: Sun, 29 Mar 2015 13:28:23 +0300 Subject: [PATCH] Update README.md Not supported versions warning --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c938056..3a96a7e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Project ```Migration Validators``` (MV) makes it possible for RoR developer to define validations directly in db and then bubble them up to model so they available as normal ActiveModel::Validations there. And all that without code duplication. +**WARNING** Versions lower than 2.0 are not supported anymore. As results, rails v.3 or older are not supported either. + # Abbreviations MV - Migration Validators Projects. All gems that belongs to that project are prefixed with mv-*