Skip to content

Commit

Permalink
Merge pull request #425 from dmitry-sinina/1.7
Browse files Browse the repository at this point in the history
[1.7] JSONAPI: fix missing relationships routes for account resource. closes #423
  • Loading branch information
dmitry-sinina authored Dec 26, 2018
2 parents ba288b2 + bfd4282 commit fbae423
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@

namespace :admin do
jsonapi_resources :accounts do
jsonapi_relationships
jsonapi_resource :balance, only: [:update]
end
jsonapi_resources :contractors
Expand Down

0 comments on commit fbae423

Please sign in to comment.