Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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