all_partials.rsel 214 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 include_partial 'partial', :source => title ['html', 'rhtml', 'sel', 'rsel'].each do |format| include_partial "partials/#{format}", :hello => 'world' end include_partial 'partials/nesting', :hello => 'world'