No CR when there are only two statements in total

This commit is contained in:
David Heinemeier Hansson
2025-11-02 12:49:54 +01:00
parent 72d0008df0
commit d29e4dcdcf
@@ -1,7 +1,6 @@
class Account::EntropyConfigurationsController < ApplicationController class Account::EntropyConfigurationsController < ApplicationController
def update def update
Entropy::Configuration.default.update!(entropy_configuration_params) Entropy::Configuration.default.update!(entropy_configuration_params)
redirect_to account_settings_path, notice: "Account updated" redirect_to account_settings_path, notice: "Account updated"
end end