Tutorial by Examples

class SomeSerializer < ActiveModel::Serializer attribute :title, key: :name attributes :body end

Page 1 of 1