2 projects tagged "rails"
render_inheritable is a Rails 3 plugin that allows one to inherit or override single templates for controller hierarchies. With this gem, a template is searched in the current controller's view folder (as usual). If it is not found there, the template with the same name in the view folder of the superclass controller is used. Finally, views and partials remain DRY.