From e05cc7fee42f65904530347125ab65f9d32e77ef Mon Sep 17 00:00:00 2001 From: naofumi-fujii Date: Sat, 4 Nov 2017 17:32:34 +0900 Subject: [PATCH] split dashboard works with rails 3 or higher --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 404dab02..e6021f7c 100644 --- a/README.md +++ b/README.md @@ -388,7 +388,7 @@ run Rack::URLMap.new \ "/split" => Split::Dashboard.new ``` -However, if you are using Rails 3: You can mount this inside your app routes by first adding this to the Gemfile: +However, if you are using Rails 3 or higher: You can mount this inside your app routes by first adding this to the Gemfile: ```ruby gem 'split', require: 'split/dashboard'