選択できるのは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