Genshin/GAKUEngine

View on GitHub
api/app/serializers/gaku/syllabus_serializer.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Gaku
  class SyllabusSerializer < ActiveModel::Serializer
    attributes %i( id name code description credits hours created_at updated_at )
  end
end