No CR when there are only two statements in total
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user