Wizard - Color Scheme Step

This commit is contained in:
Robin Ward
2016-09-02 11:42:14 -04:00
parent 9f12b571ef
commit 3f6e3b9aff
21 changed files with 343 additions and 23 deletions

View File

@@ -0,0 +1,5 @@
class AddViaWizardToColorSchemes < ActiveRecord::Migration
def change
add_column :color_schemes, :via_wizard, :boolean, default: false, null: false
end
end