用户 ActiveModel 序列化程序 json_api 适配器

User ActiveModel Serializer json_api adapter

我正在按照 http://jsonapi.org using AMS. however default AMS adapter does not support this. I try to enable the ActiveModel::Serializer::Adapter::JsonApi suggested here: https://github.com/rails-api/active_model_serializers 的指南使用 return json 格式进行响应,但是当我启动 rails 时,出现以下错误:

config/initializers/ams.rb:2:in <top (required)>': undefined methodconfig' for ActiveModel::Serializer:Class (NoMethodError)

非常感谢您的帮助。

您确定使用的是 AMS 0.10+ 吗?如果您使用的是 0.10 之前的任何版本,您将收到此错误。