Is there a way to have a blue background on only one page of my rails application, while keeping all other pages with a white background? I attempted using the following code:
<%= javascript_include_tag params[:controller] %> or
<%= stylesheet_link_tag params[:controller] %>
I followed this tutorial, but unfortunately, it did not work as expected.