javascript_include_tag :defaults <-- How to include my stuff here?

I want to include my JSS files in javascript_include_tag(:defaults).

How do I tweak the :defaults?

Jose

http://api.rubyonrails.org/classes/ActionView/Base.html#M000639

Rein

Weird, that was supposed to be:

http://api.rubyonrails.org/classes/ActionView/Helpers/AssetTagHelper.html#M000592

register_javascript_include_default is the method