Sha256: 6d834c230424eeaeeb02aef656a1a2a3c026edfab3066753702b5ea78c7e0771
Contents?: true
Size: 241 Bytes
Versions: 34
Compression:
Stored size: 241 Bytes
Contents
# Patch the data from a boolean change. class UpdateMailNotificationValues < ActiveRecord::Migration def self.up # No-op # See 20100129193402_change_users_mail_notification_to_string.rb end def self.down # No-op end end
Version data entries
34 entries across 34 versions & 1 rubygems