README.md in disco-0.3.2 vs README.md in disco-0.4.0
- old
+ new
@@ -174,11 +174,9 @@
```ruby
user.update_recommended_products_v2(recs)
user.recommended_products_v2
```
-For Rails < 6, speed up inserts by adding [activerecord-import](https://github.com/zdennis/activerecord-import) to your app.
-
## Storing Recommenders
If you’d prefer to perform recommendations on-the-fly, store the recommender
```ruby