API v1 article_categories endpoint
This commit is contained in:
parent
e1d50e5b9c
commit
69732cca0d
6 changed files with 117 additions and 0 deletions
3
app/serializers/article_category_serializer.rb
Normal file
3
app/serializers/article_category_serializer.rb
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
class ArticleCategorySerializer < ActiveModel::Serializer
|
||||
attributes :id, :name
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue