5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-25 04:46:22 +00:00

fixup! feat: poder seleccionar todas las instancias

This commit is contained in:
f 2024-02-26 17:38:00 -03:00
parent 9b2efaafac
commit ca4b3360cd
No known key found for this signature in database

View file

@ -0,0 +1,8 @@
# frozen_string_literal: true
# Gestiona los filtros de InstanceModeration
class InstanceModerationProcessor < Rubanok::Processor
map :state, activate_always: true do |state: 'paused'|
raw.where(aasm_state: state)
end
end