public
Description: A Rails plugin for including JS and stylesheets in templates but ensuring they appear in one place.
Homepage: http://shadowfiend.posterous.com/
Clone URL: git://github.com/Shadowfiend/headerize.git
headerize / init.rb
100644 4 lines (3 sloc) 0.14 kb
1
2
3
4
require 'headerize'
ActionView::Base.send :include, Headerize::JavascriptHelper
ActionView::Base.send :include, Headerize::StylesheetHelper