Make changeset comment create action resourceful
This commit is contained in:
parent
040f2c4fb3
commit
631e233280
4 changed files with 29 additions and 29 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue