API v1 financial_transaction_classes endpoint
This commit is contained in:
parent
aad4fbd5b6
commit
48391f818f
5 changed files with 105 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
class FinancialTransactionClassSerializer < ActiveModel::Serializer
|
||||
attributes :id, :name
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue