fixed codeclimate errors

This commit is contained in:
dinsmol 2021-09-07 09:16:24 +03:00
parent f9f74fa3e3
commit 6a10502de6
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
</thead>
<tbody>
<%= render @domains %>
<%= render partial: 'domain', collection: @domains %>
</tbody>
</table>
</div>

View file

@ -39,7 +39,7 @@
</thead>
<tbody>
<%= render @domains %>
<%= render partial: 'domain', collection: @domains %>
</tbody>
</table>
</div>