Skip to content
Snippets Groups Projects

Enable (and disable) more rubocops

Merged Douwe Maan requested to merge dm-meer-blauw-op-straat into master
1 unresolved thread
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -2,6 +2,8 @@ class MigrateUsersNotificationLevel < ActiveRecord::Migration
@@ -2,6 +2,8 @@ class MigrateUsersNotificationLevel < ActiveRecord::Migration
# Migrates only users who changed their default notification level :participating
# Migrates only users who changed their default notification level :participating
# creating a new record on notification settings table
# creating a new record on notification settings table
 
DOWNTIME = false
 
def up
def up
execute(%{
execute(%{
INSERT INTO notification_settings
INSERT INTO notification_settings
Loading