Class: CreateChoices
- Inherits:
-
Object
- Object
- CreateChoices
- Defined in:
- lib/od/surveys/generators/templates/migrate/20180523221722_create_choices.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
2 3 4 5 6 7 8 |
# File 'lib/od/surveys/generators/templates/migrate/20180523221722_create_choices.rb', line 2 def change create_table :choices do |t| t.string :value t.belongs_to :question, index: true t. end end |