I need to include an external javascript file on one page of my Rails App. I usually put my script tags in the <HEAD> tag, but that is controlled by application.html.erb and I don’t need to include this file except on one page.
Is there a way I can add a javascript file to one page in Rails 3.2?
1 Answer