From 69f064495f82684146d899ae8b576c0a34640442 Mon Sep 17 00:00:00 2001 From: Jarl Friis Date: Fri, 2 Jun 2017 10:15:09 +0200 Subject: [PATCH] Updating doc --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3985fc7..5aff4b6 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,11 @@ Supported ActiveRecord versions are * **4.1.x** series * **4.2.x** series +If you are using ActiveRecord 2.3.x series you can use the gem version < +2.0 like this + + gem "activerecord-tableless", "~> 1.0.0" + You may be able to make it work with 3.1.x, but you should expect to put some time in it.