Class: AddShortTitleToPages
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- AddShortTitleToPages
- Defined in:
- lib/generators/tkh_content/create_or_update_migrations/templates/add_short_title_to_pages.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
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 |