Commit 7c6e8d4cf9106904a8a9f3e7d24bf1227b11f721

Authored by Andrew Kane
1 parent 007c1c10
Exists in relation

Use except! [skip ci]

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/searchkick/relation.rb
... ... @@ -110,7 +110,7 @@ module Searchkick
110 110 end
111 111  
112 112 def unscope!(*args)
113   - @options = options.except(*args)
  113 + @options.except!(*args)
114 114 self
115 115 end
116 116  
... ...