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
mathie (author)
Fri Aug 08 08:16:51 -0700 2008
commit  2687a8db3dddece5e8409c6b34fefd03110232a6
tree    20c15d23b454742f0b51ac16c0a89ca149251737
parent  5623c977398087b9149040f9a8fb4fa9e2dd7220
yui_on_rails / init.rb
100644 5 lines (3 sloc) 0.218 kb
1
2
3
4
5
ActionView::Base.send :include, ActionView::Helpers::YUI::AssetTagHelper
ActionView::Base.send :include, ActionView::Helpers::YUI::ButtonHelper
ActionView::Base.send :include, ActionView::Helpers::YUI::CalendarHelper