aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/layouts/_yield_with_params.erb
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue with rendering partials and then yielding inside a render layout callCarlos Antonio da Silva2010-11-111-0/+1
The given block was never being executed when another render :partial call existed before the yield call, due to the block being overriden. This commit also adds some more tests to render with :layout option.