Autofix Rubocop Style/EmptyMethod (#23732)
This commit is contained in:
@ -100,8 +100,7 @@ class MigrateAccountConversations < ActiveRecord::Migration[5.2]
|
||||
end
|
||||
end
|
||||
|
||||
def down
|
||||
end
|
||||
def down; end
|
||||
|
||||
private
|
||||
|
||||
|
@ -12,6 +12,5 @@ class PreserveOldLayoutForExistingUsers < ActiveRecord::Migration[5.2]
|
||||
end
|
||||
end
|
||||
|
||||
def down
|
||||
end
|
||||
def down; end
|
||||
end
|
||||
|
@ -10,6 +10,5 @@ class ResetWebAppSecret < ActiveRecord::Migration[5.2]
|
||||
web_app.save!
|
||||
end
|
||||
|
||||
def down
|
||||
end
|
||||
def down; end
|
||||
end
|
||||
|
Reference in New Issue
Block a user