event_entity.rb 95 Bytes EditWeb IDE 1 2 3 4 class EventEntity < Grape::Entity expose :author, using: UserEntity expose :updated_at end