class AddListToParagraphs

Public Class Methods

down() click to toggle source
# File lib/rticles/generators/templates/add_list_to_paragraphs.rb, line 6
def self.down
  remove_column :paragraphs, :list
end
up() click to toggle source
# File lib/rticles/generators/templates/add_list_to_paragraphs.rb, line 2
def self.up
  add_column :paragraphs, :list, :boolean
end