Reputation: 3383
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
Upvotes: 0
Views: 1036
Reputation: 1729
You can use:
render :foo, :layout => :"path/to/layout"
Upvotes: 3