Files
nairobi/app/controllers/admin
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-05-31 18:22:59 +02:00
2018-04-04 13:19:01 +02:00
2019-05-31 15:43:06 +02:00