diff --git a/app/models/annotation.rb b/app/models/annotation.rb index e261a95..c6c79b7 100644 --- a/app/models/annotation.rb +++ b/app/models/annotation.rb @@ -1,5 +1,5 @@ class Annotation < ActiveRecord::Base - enum type: [:example_answer, :guidance] + enum type: [ :guidance, :example_answer,] ## # Associations belongs_to :org