Commit 280bd7df1dbe38afb4a09f4edc426fb995cf2386

Authored by Andrew
1 parent c5b71d8f

Removed Rails 4.1 references [skip ci]

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -494,7 +494,7 @@ There are four strategies for keeping the index synced with your database. @@ -494,7 +494,7 @@ There are four strategies for keeping the index synced with your database.
494 end 494 end
495 ``` 495 ```
496 496
497 - And [install Active Job](https://github.com/ankane/activejob_backport) for Rails 4.1 and below. Jobs are added to a queue named `searchkick`. 497 + Jobs are added to a queue named `searchkick`.
498 498
499 3. Queuing 499 3. Queuing
500 500