I'm trying to add Raty to my rails 4 app, but was wondering where I need to put it. I'm assuming the lib folder just needs to be put into this path?
vendor/assets/javascripts
And then to use the script I just do <%= javascript_include_tag 'vendor/assets/javascripts/jquery.raty' %> in my files? I want to be able to use it on multiple pages. Also, can I use the script in .erb files or only regular html? Completely new to this so any help is appreciated, thank you.