Sha256: c6f81d5722bf89e441b5fdd0ab83f5f60fd6b114f062366f18336518c826edda
Contents?: true
Size: 260 Bytes
Versions: 48
Compression:
Stored size: 260 Bytes
Contents
# This migration comes from dm_cms (originally 20140523134543) class AddCmspageSummary < ActiveRecord::Migration def change add_column :cms_pages, :image, :string add_column :cms_page_translations, :summary, :text end end
Version data entries
48 entries across 48 versions & 3 rubygems