Judge0Tsting / app /serializers /status_serializer.rb
AdityaSharmaTech's picture
Upload 177 files
def1299 verified
raw
history blame contribute delete
126 Bytes
class StatusSerializer < ActiveModel::Serializer
attribute(:id) { object.id }
attribute(:description) { object.name }
end