Commit 06da4f3df4aeaa94db6af9ce9a1bb882a745646f
1 parent
744ef325
Exists in
master
and in
2 other branches
Removed prefix [skip ci]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/searchkick/reindex_queue.rb
@@ -5,7 +5,7 @@ module Searchkick | @@ -5,7 +5,7 @@ module Searchkick | ||
5 | def initialize(name) | 5 | def initialize(name) |
6 | @name = name | 6 | @name = name |
7 | 7 | ||
8 | - raise Searchkick::Error, "Searchkick.redis not set" unless Searchkick.redis | 8 | + raise Error, "Searchkick.redis not set" unless Searchkick.redis |
9 | end | 9 | end |
10 | 10 | ||
11 | # supports single and multiple ids | 11 | # supports single and multiple ids |