5 changed files with 5 additions and 5 deletions
@ -1,3 +1,3 @@ |
|||||||
class LocationDeactivation < ApplicationRecord |
class LocationDeactivation < ApplicationRecord |
||||||
scope :deactivations_without_reactivation, ->() { where(reactivation_date: nil) } |
scope :deactivations_without_reactivation, -> { where(reactivation_date: nil) } |
||||||
end |
end |
||||||
|
|||||||
Loading…
Reference in new issue