reverting PR #909 and adding json api usage advise on readme

This commit is contained in:
João Moura
2015-05-27 18:33:12 -03:00
parent 12adb2e6d4
commit a40df8fd3d
4 changed files with 8 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ module ActiveModel
included do |base|
base.config.array_serializer = ActiveModel::Serializer::ArraySerializer
base.config.adapter = :json_api
base.config.adapter = :json
end
end
end