I'm trying to use the cache option with the javascript_include_tag helper like so:
javascript_include_tag "test", "test2", :cache => "test"
Looking at the rails api documentation, I think everything looks alright.
But when I try to use this, I get the error message: wrong number of arguments (3 for 2)
I'm using Rails 3.1.3