rendering layout from different controller
render :template => ''
Say your in tags controller in the show action. You can use the template found in
def show [boring action logic] render :template => 'lists/index' end
TextSnippets > deckard > layout
2760 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)
render :template => ''
def show [boring action logic] render :template => 'lists/index' end
layout ""