WIP: first prototype of the JSON API.

* Tests not included, so I cannot prove that it works
This commit is contained in:
Ancor Gonzalez Sosa 2013-07-04 14:02:50 +02:00
parent 83b10447f4
commit 27017a4823
6 changed files with 44 additions and 0 deletions

View file

@ -50,4 +50,5 @@ gem 'acts_as_commentable_with_threading'
gem 'prawn'
gem 'prawn_rails'
gem 'gravtastic'
gem 'active_model_serializers'