API v1 financial_transaction_types endpoint

This commit is contained in:
Patrick Gansterer 2021-02-08 01:08:52 +01:00
parent 48391f818f
commit be269101f8
5 changed files with 137 additions and 0 deletions

View file

@ -266,6 +266,7 @@ Rails.application.routes.draw do
end
resources :financial_transaction_classes, only: [:index, :show]
resources :financial_transaction_types, only: [:index, :show]
resources :financial_transactions, only: [:index, :show]
end
end