Class: CreateQuestions
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- CreateQuestions
- Defined in:
- lib/rails/generators/devape_survey/templates/create_questions.rb
Class Method Summary collapse
Class Method Details
.down ⇒ Object
11 12 13 |
# File 'lib/rails/generators/devape_survey/templates/create_questions.rb', line 11 def self.down drop_table :questions end |
.up ⇒ Object
2 3 4 5 6 7 8 9 |
# File 'lib/rails/generators/devape_survey/templates/create_questions.rb', line 2 def self.up create_table :questions do |t| t.integer :survey_id t.text :content t. end end |