fixed codeclimate errors

This commit is contained in:
dinsmol 2021-08-19 09:42:15 +03:00
parent b425a14f39
commit 48555c23b6
3 changed files with 6 additions and 6 deletions

View file

@ -18,7 +18,7 @@
</thead>
<tbody>
<%= render @accounts %>
<%= render partial: 'account', collection: @accounts %>
</tbody>
</table>
</div>