Skip to content
Snippets Groups Projects
Commit 3dc554c8 authored by Mateus Rambo Strey's avatar Mateus Rambo Strey
Browse files

fix collection model

parent 4591ea46
No related branches found
No related tags found
No related merge requests found
class Collection
include ActiveModel::Model
include RepositoriesProxy
attr_accessor :id, :created_at, :last_modified, :name, :description, :privacy,
:owner, :learning_objects
validates_presence_of :name, :created_at, :owner, :learning_objects
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment