Commit 4eef506d4b9c70b0bd4712560e789ad1f80d4ff7
1 parent
12f0a304
Exists in
master
and in
21 other branches
Updated readme
Showing
1 changed file
with
1 additions
and
5 deletions
Show diff stats
README.md
... | ... | @@ -343,11 +343,7 @@ There are three strategies for keeping the index synced with your database. |
343 | 343 | end |
344 | 344 | ``` |
345 | 345 | |
346 | - Requires [Active Job](https://github.com/ankane/activejob_backport) for Rails 4.1 and below | |
347 | - | |
348 | - ```ruby | |
349 | - gem 'activejob_backport' | |
350 | - ``` | |
346 | + And [install Active Job](https://github.com/ankane/activejob_backport) for Rails 4.1 and below | |
351 | 347 | |
352 | 348 | 3. Manual |
353 | 349 | ... | ... |