Sha256: 1984cffea4276f68679087a751bd40a9aa4421d98e41fbf0e126db129f948962
Contents?: true
Size: 194 Bytes
Versions: 5
Compression:
Stored size: 194 Bytes
Contents
# This migration comes from tb_cms (originally 20150622161403) class AddTitleTagToSpudPage < ActiveRecord::Migration[4.2] def change add_column :spud_pages, :page_title, :string end end
Version data entries
5 entries across 5 versions & 1 rubygems