Skip to content
Snippets Groups Projects
Commit 0ade6cfc authored by Marcela Ribeiro de Oliveira's avatar Marcela Ribeiro de Oliveira
Browse files

add curator field to learning_object model

parent c64cc183
No related branches found
No related tags found
No related merge requests found
class AddCuratorToLearningObject < ActiveRecord::Migration[5.0]
def change
add_column :learning_objects, :curator, :string
end
end
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