Make changeset comment create action resourceful

This commit is contained in:
Anton Khorev 2025-02-23 02:46:38 +03:00
parent 040f2c4fb3
commit 631e233280
4 changed files with 29 additions and 29 deletions

View file

@ -81,7 +81,7 @@
:name => "comment",
:disabled => true,
:data => { :method => "POST",
:url => changeset_comment_url(@changeset) } %>
:url => api_changeset_changeset_comments_path(@changeset) } %>
</div>
</form>
<% else %>