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