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