Take the 2008 Git User's Survey and help out! [ hide ]

public
Description: A Rails plugin to make it easy to use YUI on Rails instead of (or along with, I suppose) Prototype and scriptaculous
Clone URL: git://github.com/rubaidh/yui_on_rails.git
Search Repo:
yui_on_rails / init.rb
100644 4 lines (3 sloc) 0.218 kb
1
2
3
4
ActionView::Base.send :include, ActionView::Helpers::YUI::AssetTagHelper
ActionView::Base.send :include, ActionView::Helpers::YUI::ButtonHelper
ActionView::Base.send :include, ActionView::Helpers::YUI::CalendarHelper