Update active_model_serializers.Fix conference serializer and api tests

The controllers are not using the serializers, because of a bug in active_model_serializer.
Hence the update.API tests are fixed to work with the new API response structure.
Fixes bugs in conference serializer.
This commit is contained in:
Nishanth Vijayan 2016-03-15 12:29:10 +05:30
parent d2cfb56ea5
commit 3da04c0f7c
4 changed files with 39 additions and 35 deletions

View file

@ -21,8 +21,8 @@ GEM
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
active_model_serializers (0.8.1)
activemodel (>= 3.0)
active_model_serializers (0.9.4)
activemodel (>= 3.2)
activejob (4.2.5.2)
activesupport (= 4.2.5.2)
globalid (>= 0.3.0)