mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-06 07:09:24 +08:00
7 lines
150 B
Ruby
7 lines
150 B
Ruby
# frozen_string_literal: true
|
|
|
|
module DiscourseCakeday
|
|
class CakedayUserSerializer < BasicUserSerializer
|
|
attributes :title, :cakedate
|
|
end
|
|
end
|