Spaces:
Build error
Build error
File size: 131 Bytes
def1299 |
1 2 3 4 |
class LanguageSerializer < ActiveModel::Serializer
attributes :id, :name, :is_archived, :source_file, :compile_cmd, :run_cmd
end
|