Sha256: 40f302958cdacef14eaed1e62ac524f288383cbe743bda5b5af406772a02cfb1
Contents?: true
Size: 345 Bytes
Versions: 15
Compression:
Stored size: 345 Bytes
Contents
# This migration comes from spina (originally 20130719120007) class AddSkipToFirstChildAndTemplatesToSpinaPages < ActiveRecord::Migration def change add_column :spina_pages, :skip_to_first_child, :boolean, default: false add_column :spina_pages, :view_template, :string add_column :spina_pages, :layout_template, :string end end
Version data entries
15 entries across 15 versions & 1 rubygems