8 lines
139 B
Ruby
8 lines
139 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
module Integrations
|
||
|
class EventSerializer < BaseSerializer
|
||
|
entity Integrations::EventEntity
|
||
|
end
|
||
|
end
|