Rename age_groups method
The name was confusing because it seemed to return a list of age groups.
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
</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