8 lines
145 B
Ruby
8 lines
145 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
module AlertManagement
|
||
|
class AlertSerializer < BaseSerializer
|
||
|
entity AlertManagement::AlertEntity
|
||
|
end
|
||
|
end
|