GITLAB
github
/ searchkick
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
7c6e8d4cf9106904a8a9f3e7d24bf1227b11f721
Authored by
Andrew Kane
2020-03-18 03:31:41 -0700
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
Side-by-side Diff
Inline Diff
lib/searchkick/relation.rb
Wrap text
Diff comments
View file @
7c6e8d4
...
...
@@ -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
...
...