Class: AddListToParagraphs
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- AddListToParagraphs
- Defined in:
- lib/rticles/generators/templates/add_list_to_paragraphs.rb
Class Method Summary collapse
Class Method Details
.down ⇒ Object
6 7 8 |
# File 'lib/rticles/generators/templates/add_list_to_paragraphs.rb', line 6 def self.down remove_column :paragraphs, :list end |
.up ⇒ Object
2 3 4 |
# File 'lib/rticles/generators/templates/add_list_to_paragraphs.rb', line 2 def self.up add_column :paragraphs, :list, :boolean end |