1 2 3 4
<%= render :layout => 'layouts/file' do %> <%= render :partial => 'common/file', :locals => {:content => @content, :filename => @attachment.filename} %> <% end %>