fireho/geopolitical

View on GitHub
app/serializers/nation_serializer.rb

Summary

Maintainability
A
0 mins
Test Coverage
# Serializer for Nations
class NationSerializer < ActiveModel::Serializer
  attributes :id, :name
end