class AddHeadNumberToOptionsTable

Public Instance Methods

change() click to toggle source
# File lib/generators/templates/migration_add_head_number_to_options_table.rb, line 2
def change
  #Survey Options table
  add_column :survey_options, :head_number, :string
end