ontohub/ontohub

View on GitHub
app/assets/javascripts/comments.js.coffee

Summary

Maintainability
Test Coverage

$(".comments").remoteCollection
  collectionTag: "ol"
  elementTag: "li"
  success: (form) ->
    form.text "Thanks for your comment."