如何让这种关系与新版本一起使用?
class UserSerializer < ActiveModel::Serializer
embed :ids
attributes :id, :email, :created_at, :updated_at, :auth_token
has_many :products
end
与
一起使用gem "active_model_serializers", "~> 0.8.0"
但是,不能与
一起使用gem 'active_model_serializers', git: "https://github.com/rails-api/active_model_serializers.git"
答案 0 :(得分:0)
我认为他们正在开发一个打破旧版本的新版本,所以你最好至少暂时坚持0.8.0
或0.9.0
。
有关此结帐的详情,请https://github.com/rails-api/active_model_serializers#maintenance-please-read