Files
nairobi/app/models
rgarcia 21cdddcbae Order budgets by created_at instead of by id
This is a preventive change which will be useful once the rake to
migrate from `spending_proposals` to `budget_investments` is complete

As after running that migration, old `spending_proposal` budgets will
have a newer `id` than the existing budgets. And therefore the last
budget will be one of those migrated from the old `spending_proposal`
model

By ordering by `created_at` and probably updating the `created_at`
attribute in the rake that migrates `spending_proposals` to
`budget_investments`, we will have a coherent order for budgets
2018-01-16 19:44:11 +01:00
..
2017-07-18 13:07:30 +02:00
2015-07-15 13:32:13 +02:00
2017-11-17 13:14:03 -04:00
2017-09-14 15:08:35 +02:00
2017-07-25 13:01:03 +02:00
2016-01-26 18:10:47 +01:00
2017-10-17 22:00:00 +02:00
2016-11-23 19:19:19 +01:00
2016-05-10 18:31:50 +02:00
2017-12-20 12:43:49 +01:00
2017-04-06 16:25:07 +02:00
2017-11-13 02:22:00 +01:00
2016-05-30 13:55:12 +02:00
2015-08-08 12:56:41 +02:00
2017-12-15 19:21:02 +01:00