Genshin/GAKUEngine

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

Summary

Maintainability
A
0 mins
Test Coverage
module Gaku
  class AddressSerializer < ActiveModel::Serializer
    attributes :id, :address1, :address2, :city, :zipcode, :title, :country_id, :state_id
  end
end