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> </thead>
<tbody> <tbody>
<%= render @api_users %> <%= render partial: 'api_user', collection: @api_users %>
</tbody> </tbody>
</table> </table>
</div> </div>

View file

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