Files
rails/actionpack/lib/abstract_controller
Piotr Sarnacki 1eb6189404 Fix #5440 - multiple render_to_string breaks partials formats
This fixes situation where rendering template to string
sets `rendered_format` to the format rendered there.
This is ok to have consistent formats rendered in partials,
but it breaks on next renders if format is explicitly set
or on last render where default format does not necessarily
need to be the format of first rendered template.
2012-03-17 14:15:50 +01:00
..
2012-03-13 23:33:00 +05:30
2011-12-09 21:42:18 +01:00