Sha256: 483cd0540a5da5e434966200040a835db1ca4a0a84cc6da041422eaa65317111
Contents?: true
Size: 240 Bytes
Versions: 10
Compression:
Stored size: 240 Bytes
Contents
class AddCommentNotificationToggle < ActiveRecord::Migration def self.up add_column :posts, :send_comment_notifications, :boolean, :default => true end def self.down remove_column :posts, :send_comment_notifications end end
Version data entries
10 entries across 10 versions & 1 rubygems