Is it possible to use the same layout file across different (mounted) apps without some hackish solution (i.e. sym links) on Padrino ?
Cheers, Ze
Is it possible to use the same layout file across different (mounted) apps without some hackish solution (i.e. sym links) on Padrino ?
Cheers, Ze
You can use:
render :foo, :layout => :"path/to/layout"