您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

20100129193813_update_mail_notification_values.rb 246B

1234567891011
  1. # Patch the data from a boolean change.
  2. class UpdateMailNotificationValues < ActiveRecord::Migration[4.2]
  3. def self.up
  4. # No-op
  5. # See 20100129193402_change_users_mail_notification_to_string.rb
  6. end
  7. def self.down
  8. # No-op
  9. end
  10. end