Skip to content
Snippets Groups Projects
Commit 022c4af5 authored by Mauricio Giacomini Girardello's avatar Mauricio Giacomini Girardello
Browse files

Merge branch 'master' of gitlab.c3sl.ufpr.br:portalmec/portalmec

parents 0e243036 3dc554c8
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