Skip to content
Snippets Groups Projects
Commit 62058200 authored by Giovanne Marcelo's avatar Giovanne Marcelo
Browse files

add review average to learning object

parent d801f2a3
No related branches found
No related tags found
No related merge requests found
class AddReviewAverageToLearningObject < ActiveRecord::Migration[5.0]
def change
add_column :learning_objects, :review_average, :float, default: 0.0
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