- Jul 13, 2001
- 258
- 0
- 0
Is it possible to render a template for an action not within the current controller?
e.g., render :controller => 'different', :action => 'index'
If there is both controller_name.rhtml and application.rhtml within the layouts directory, can I specify which layout to use (or alternatively render them within eachother)?
e.g., render :controller => 'different', :action => 'index'
If there is both controller_name.rhtml and application.rhtml within the layouts directory, can I specify which layout to use (or alternatively render them within eachother)?