Skip to content

Commit 26f2b6c

Browse files
committed
Remove unused scope
1 parent feff48d commit 26f2b6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: app/models/solid_queue/semaphore.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
class SolidQueue::Semaphore < SolidQueue::Record
22
scope :available, -> { where("value > 0") }
3-
scope :locked, -> { where(value: 0) }
43
scope :expired, -> { where(expires_at: ...Time.current)}
54

65
class << self

0 commit comments

Comments
 (0)