Sha256: 76f3860934888fe9a3c9074aee2252069a10a5619eb56313a18c63b7bdceb6bb
Contents?: true
Size: 193 Bytes
Versions: 8
Compression:
Stored size: 193 Bytes
Contents
# This migration comes from tb_blog (originally 20151015151133) class AddCustomAuthorToPost < ActiveRecord::Migration def change add_column :spud_posts, :custom_author, :string end end
Version data entries
8 entries across 8 versions & 1 rubygems