Rails 3.2.6
It is my understanding that by having all javascripts in the /app/assets/javascripts, they are accessible to the application modules. I was following a tutorial, and at the end of application.html.erb, they added the following line:
<%= javascript_include_tag "application" %>
Is this redundant, or is there a purpose for including it at the end of application.html.erb?