Sha256: 4f42f9799aa4dc7196be88c25b54831c06a1dfe52784da6336201d257467b34f
Contents?: true
Size: 222 Bytes
Versions: 10
Compression:
Stored size: 222 Bytes
Contents
class AddNotifyToComments < ActiveRecord::Migration def self.up add_column :comments, :notify_by_email, :boolean, :default => true end def self.down remove_column :comments, :notify_by_email end end
Version data entries
10 entries across 10 versions & 1 rubygems