user361526
user361526

Reputation: 3383

Layout file on Padrino

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

Answers (1)

DAddYE
DAddYE

Reputation: 1729

You can use:

render :foo, :layout => :"path/to/layout"

Upvotes: 3

Related Questions