socialforge/db/migrate/20161222033007_update_mail_...

8 lines
92 B
Ruby

class UpdateMailNotification < ActiveRecord::Migration
def up
end
def down
end
end