This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit f9ac1a0e03354d0f6beb44cc6b66c41fcf5a6735
tree aab274cf1abe6a87eedf627636bb2041dafadcb3
parent 5a1362cd76e0b512920356896a5ad6e082e8ffb7
tree aab274cf1abe6a87eedf627636bb2041dafadcb3
parent 5a1362cd76e0b512920356896a5ad6e082e8ffb7
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Sun Jul 13 17:57:14 -0700 2008 | |
| |
README | Sun Jul 13 17:57:14 -0700 2008 | |
| |
init.rb | Sun Jul 13 17:57:49 -0700 2008 | |
| |
lib/ | Mon Feb 09 03:59:02 -0800 2009 |
README
InheritableTemplates ==================== Looks for templates and partials to render in the entire controller inheritance chain. Say you have: DocumentsController < ApplicationController ArticlesController < DocumentsController and a view file at: app/views/documents/list.html.erb If you request articles/list, and app/views/articles/list.html.erb doesn't exist, this plugin will render app/views/documents/list.html.erb for you. ## Usage Just drop it in your plugins folder, everything happens automatically. -- Copyright (c) 2008 Caio Chassot, released under the MIT license







