Skip to content
Snippets Groups Projects
learning_object_serializer.rb 198 B
Newer Older
class LearningObjectSerializer < ActiveModel::Serializer
  attributes :id , :name, :created_at, :updated_at, :description, :author, :score, :likes_count
  has_many :tags
  has_many :attachments