Sha256: 54b069139bb93e95faec229c39bb2a0719183e90587d157fd19920499a94d5a0
Contents?: true
Size: 189 Bytes
Versions: 4
Compression:
Stored size: 189 Bytes
Contents
# This migration comes from tb_cms (originally 20150622161403) class AddTitleTagToSpudPage < ActiveRecord::Migration def change add_column :spud_pages, :page_title, :string end end
Version data entries
4 entries across 4 versions & 1 rubygems