NOTES:
-
May need to include jquery.ui.autocomplete styles in app, e.g. in application.css:
*= require jquery.ui.autocomplete
-
Init the comments form in document ready, e.g. in application.js.coffee:
YmComments.Form.init({submitOnEnter: true})
-
Don’t forget to also call the ym_tags install if neccessary, e.g. in terminal:
$ rails g ym_tags:install