Sha256: 47d56a2f04dd254161397890b59886b1a56464839f08cf69e8e8f932007c61f7
Contents?: true
Size: 110 Bytes
Versions: 13
Compression:
Stored size: 110 Bytes
Contents
class AddAuthorToPosts < ActiveRecord::Migration def change add_column :posts, :author, :text end end
Version data entries
13 entries across 13 versions & 1 rubygems