Skip to content
Snippets Groups Projects
Commit e2326e7f authored by Bruno Nocera Zanette's avatar Bruno Nocera Zanette
Browse files

Add "include ActiveModel::Model"

parent 54baf921
No related branches found
No related tags found
No related merge requests found
class LearningObject < OrientDb::LearningObjectRepository
include ActiveModel::Model
attr_accessor :id, :name, :title, :author_id, :description, :date, :exercises,
:references, :supplementary_material, :license_name, :license_uri,
:files
......
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