API v1 article_categories endpoint

This commit is contained in:
wvengen 2018-10-13 16:29:36 +02:00 committed by wvengen
parent e1d50e5b9c
commit 69732cca0d
6 changed files with 117 additions and 0 deletions

View file

@ -275,6 +275,7 @@ Rails.application.routes.draw do
resources :orders, only: [:index, :show]
resources :order_articles, only: [:index, :show]
resources :group_order_articles
resources :article_categories, only: [:index, :show]
end
end