Sha256: c153573aae3607b32889c8027475cb828d1181713cd3ca14eab71eda332d70ab
Contents?: true
Size: 191 Bytes
Versions: 68
Compression:
Stored size: 191 Bytes
Contents
class AddChallengingThoughtAndAsIfToThought < ActiveRecord::Migration def change add_column :thoughts, :challenging_thought, :text add_column :thoughts, :act_as_if, :text end end
Version data entries
68 entries across 68 versions & 1 rubygems