Class: AddShortTitleToPages

Inherits:
ActiveRecord::Migration
  • Object
show all
Defined in:
lib/generators/tkh_content/create_or_update_migrations/templates/add_short_title_to_pages.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



2
3
4
# File 'lib/generators/tkh_content/create_or_update_migrations/templates/add_short_title_to_pages.rb', line 2

def change
  add_column :pages, :short_title, :string
end