Add and apply MultilineMethodCallBraceLayout rule
In order for this rule to work effectively when running `--autocorrect`, we also need to enable the `ClosingParenthesisIndentation` rule.
This commit is contained in:
@@ -29,7 +29,8 @@ class Admin::BudgetsController < Admin::BaseController
|
||||
@budget.headings.each { |heading| Budget::Result.new(@budget, heading).delay.calculate_winners }
|
||||
redirect_to admin_budget_budget_investments_path(
|
||||
budget_id: @budget.id,
|
||||
advanced_filters: ["winners"]),
|
||||
advanced_filters: ["winners"]
|
||||
),
|
||||
notice: I18n.t("admin.budgets.winners.calculated")
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user