Feature: Auto-Completion in Source Code
+ allow flags for exercises
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
class AddAllowAutoCompletionToExercises < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :exercises, :allow_auto_completion, :boolean, default: false
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user