Rename age_groups method
The name was confusing because it seemed to return a list of age groups.
This commit is contained in:
@@ -140,7 +140,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<% @stats[:age_groups].values.each do |group| %>
|
||||
<% @stats[:participants_by_age].values.each do |group| %>
|
||||
<tr>
|
||||
<td><%= group[:range] %></td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user