public
Description: rails plugin that enables inheritance of views along a controller class heirachy
Homepage: http://ianwhite.github.com/inherit_views
Clone URL: git://github.com/ianwhite/inherit_views.git
ianwhite (author)
Sat Sep 20 17:46:35 -0700 2008
commit  feba679a93483534d22710266f270d6492db3586
tree    447947de771b452271bd34b78fb1a1985946fd80
parent  fe9e1a2d722d9a9897d525b8016b879db0579ea3 parent  9dd29e557965f7d0a4e900e83030c690386c26fe
inherit_views / init.rb
100644 4 lines (3 sloc) 0.169 kb
1
2
3
4
require 'ardes/inherit_views'
 
ActionController::Base.send :extend, Ardes::InheritViews::ActionController
ActionView::Base.send :include, Ardes::InheritViews::ActionView