Skip to content
Snippets Groups Projects
learning_object_serializer.rb 141 B
Newer Older
class LearningObjectSerializer < ActiveModel::Serializer
  attributes :id, :name, :created_at, :updated_at, :description, :author, :score
end