Newer
Older
Mauricio Giacomini Girardello
committed
class LearningObjectSerializer < ActiveModel::Serializer
attributes :id, :name, :created_at, :updated_at, :description, :author, :score
end
class LearningObjectSerializer < ActiveModel::Serializer
attributes :id, :name, :created_at, :updated_at, :description, :author, :score
end