Sha256: 655368e9078927d953c5a8c0901b2cec821c30d22ff42d4a09ecaea247b5d490
Contents?: true
Size: 229 Bytes
Versions: 5
Compression:
Stored size: 229 Bytes
Contents
# This migration comes from tb_cms (originally 20120111134754) class AddUseCustomUrlNameToSpudPages < ActiveRecord::Migration[4.2] def change add_column :spud_pages, :use_custom_url_name, :boolean, default: false end end
Version data entries
5 entries across 5 versions & 1 rubygems