Sha256: dba09d7ccf8e326741b63f6681c2c7013b5e63e7c2e78a76964a281db0b03f7b
Contents?: true
Size: 218 Bytes
Versions: 14
Compression:
Stored size: 218 Bytes
Contents
# This migration comes from tb_cms (originally 20121016233715) class AddContentProcessedToSpudPagePartials < ActiveRecord::Migration def change add_column :spud_page_partials, :content_processed, :text end end
Version data entries
14 entries across 14 versions & 1 rubygems