public
Description: rails plugin: searches the entire controller inheritance chain for templates to render
Homepage:
Clone URL: git://github.com/kch/inheritable_templates.git
commit  f9ac1a0e03354d0f6beb44cc6b66c41fcf5a6735
tree    aab274cf1abe6a87eedf627636bb2041dafadcb3
parent  5a1362cd76e0b512920356896a5ad6e082e8ffb7
100644 3 lines (2 sloc) 0.14 kb
1
2
3
ActionController::Base.send :include, InheritableTemplates::Controller
ActionView::Partials.send :include, InheritableTemplates::Partials