Merge pull request #2355 from consul/finished-budgets

Finished budgets list
This commit is contained in:
Alberto García
2018-01-22 17:35:56 +01:00
committed by GitHub

View File

@@ -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