Sha256: 46f3a8608fe5e620b948a057d38374c64de335818db446135130a5bb256ffea1
Contents?: true
Size: 128 Bytes
Versions: 9
Compression:
Stored size: 128 Bytes
Contents
class AddCustomAuthorToPost < ActiveRecord::Migration def change add_column :spud_posts, :custom_author, :string end end
Version data entries
9 entries across 9 versions & 1 rubygems