ruby on rails - Sharing partials among layouts -


i have couple of layouts main.html.haml , alternative.html.haml, share elements. have partial share between them.

using render ='my_partial' doesn't seem work. how should go it?

if have created partial inside layouts folder then

try this

<%= render :partial => 'layouts/partial' %> 

hope you


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -