Skip to content
Snippets Groups Projects
Commit 55fcaf6d authored by Matheus Agio Nerone's avatar Matheus Agio Nerone
Browse files

fixing model, now when creating a new learning object it doesnt create a...

fixing model, now when creating a new learning object it doesnt create a language property in OrientDB

Signed-off-by: default avatarman13 <man13@inf.ufpr.br>
parent e0c968f3
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ class LearningObject
end
def excluded_orientdb_properties
['likes', 'views', 'downloads', 'subjects', 'attributes', 'publisher', 'attachments']
['likes', 'views', 'downloads', 'subjects', 'attributes', 'publisher', 'attachments', 'language']
end
private
......
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