mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-21 01:30:12 +01:00
5 lines
214 B
Text
5 lines
214 B
Text
|
|
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'
|