Genshin/GAKUEngine

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

Summary

Maintainability
A
0 mins
Test Coverage

module Gaku
  class ClassGroupSerializer < ActiveModel::Serializer
    attributes %i( id name grade homeroom notes_count faculty_id created_at updated_at enrollments_count )
  end
end