Is there a way to append or override the <head>
page element inside a rails view?
Suppose I have something I only want to include in a particular view's <head>
, and I am using the application.html.erb
in order to render the rest of my views. In this case I do not want to discard application.html.erb
but instead just append to it's head element for one particular page and nothing else.