4 lines
95 B
Ruby
4 lines
95 B
Ruby
class EventEntity < Grape::Entity
|
|
expose :author, using: UserEntity
|
|
expose :updated_at
|
|
end
|