You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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