jaz303 / jquery-bootstrap

Bootstrap Rails project with jQuery libs

This URL has Read+Write access

jquery-bootstrap / init.rb
100644 7 lines (5 sloc) 0.19 kb
1
2
3
4
5
6
7
# Include hook code here
 
ActionView::Helpers::AssetTagHelper.register_javascript_expansion(
  :jquery => ['jquery.min.js', 'jquery.form.js']
)
 
ActionView::Base.send(:include, JqueryHelper)