Skip to content

Commit 77f87b1

Browse files
naofumi-fujiiandrew
authored andcommitted
split dashboard works with rails 3 or higher (#505)
1 parent c471dda commit 77f87b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ run Rack::URLMap.new \
388388
"/split" => Split::Dashboard.new
389389
```
390390

391-
However, if you are using Rails 3: You can mount this inside your app routes by first adding this to the Gemfile:
391+
However, if you are using Rails 3 or higher: You can mount this inside your app routes by first adding this to the Gemfile:
392392

393393
```ruby
394394
gem 'split', require: 'split/dashboard'

0 commit comments

Comments
 (0)