Class: AddListToParagraphs

Inherits:
ActiveRecord::Migration
  • Object
show all
Defined in:
lib/rticles/generators/templates/add_list_to_paragraphs.rb

Class Method Summary collapse

Class Method Details

.downObject



6
7
8
# File 'lib/rticles/generators/templates/add_list_to_paragraphs.rb', line 6

def self.down
  remove_column :paragraphs, :list
end

.upObject



2
3
4
# File 'lib/rticles/generators/templates/add_list_to_paragraphs.rb', line 2

def self.up
  add_column :paragraphs, :list, :boolean
end