fixed brakeman errors

This commit is contained in:
dinsmol 2021-07-30 16:44:45 +03:00
parent ec1a48743c
commit 8108f96042
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@
</thead>
<tbody>
<%= render @api_users %>
<%= render partial: 'api_user', collection: @api_users %>
</tbody>
</table>
</div>

View file

@ -21,7 +21,7 @@
</thead>
<tbody>
<%= render @zones %>
<%= render partial: 'zone', collection: @zones %>
</tbody>
</table>
<% else %>