ianwhite / inherit_views

rails plugin that enables inheritance of views along a controller class heirachy

This URL has Read+Write access

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