mirror of
https://github.com/discourse/discourse.git
synced 2026-08-12 05:37:26 +08:00
7 lines
150 B
Ruby
Vendored
7 lines
150 B
Ruby
Vendored
# frozen_string_literal: true
|
|
|
|
module DiscourseCakeday
|
|
class CakedayUserSerializer < BasicUserSerializer
|
|
attributes :title, :cakedate
|
|
end
|
|
end
|