Files
nairobi/app/views
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-19 12:33:07 +01:00
2019-03-25 14:58:54 +01:00
2019-04-16 17:28:07 +02:00
2019-03-25 14:58:54 +01:00
2019-03-19 12:33:07 +01:00
2019-05-31 18:22:59 +02:00
2019-03-19 12:33:07 +01:00
2019-05-29 15:49:28 +02:00
2019-05-31 18:22:59 +02:00
2019-03-19 12:33:07 +01:00
2019-04-29 15:46:27 +02:00