Files
nairobi/app/models
Julian Herrero fd71ed825b Avoid error when accessing final votes stats before balloting phase
When accessing the URL `/admin/stats/budget_balloting?budget_id=X'
for a budget in a phase prior to the balloting phase, the following
error was raised due to the stats where not calculated yet.
Instead, we'll now show a flash message.

NoMethodError:
  undefined method `[]' for nil:NilClass
  ./app/controllers/admin/stats_controller.rb:82
2019-06-10 17:28:16 +02:00
..
2019-03-14 17:25:43 +01:00
2019-03-14 17:25:43 +01:00
2019-03-14 17:25:43 +01:00
2019-05-28 14:26:18 +02:00
2017-11-17 13:14:03 -04:00
2019-05-28 14:26:18 +02:00
2019-03-27 15:22:14 +01:00
2019-04-17 17:40:56 +02:00
2019-05-31 18:22:59 +02:00
2019-03-14 17:25:43 +01:00
2019-04-29 13:08:43 -05:00
2019-04-17 17:40:56 +02:00
2019-05-28 14:26:18 +02:00
2019-06-03 18:35:59 +02:00
2019-05-22 11:50:03 +02:00
2019-05-31 18:22:59 +02:00
2019-03-14 17:25:43 +01:00
2019-02-05 17:41:00 +01:00
2019-05-31 15:43:06 +02:00
2017-12-15 19:21:02 +01:00