dotledger/dotledger

View on GitHub
app/serializers/category_activity_serializer.rb

Summary

Maintainability
A
0 mins
Test Coverage
class CategoryActivitySerializer < ActiveModel::Serializer
  attributes :id, :name, :type, :goal_amount, :goal_period, :goal_type, :goal, :received, :spent, :net
end