changes order for finished budgets on budgets homepage list
This commit is contained in:
@@ -14,7 +14,7 @@ class BudgetsController < ApplicationController
|
||||
end
|
||||
|
||||
def index
|
||||
@budgets = @budgets.order(:created_at)
|
||||
@budgets = @budgets.order(created_at: :desc)
|
||||
@budget = current_budget
|
||||
@budgets_coordinates = current_budget_map_locations
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user