Add to public Budget Results page winners, discarded and incompatible listing

This commit is contained in:
Bertocq
2017-07-04 01:04:47 +02:00
parent e87073301d
commit 10c299d19f
5 changed files with 40 additions and 32 deletions

View File

@@ -5,7 +5,8 @@ module Budgets
def show
authorize! :read_results, @budget
@result = load_result
@investments = load_result.investments
@heading = heading
end
private
@@ -19,4 +20,4 @@ module Budgets
end
end
end
end