mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
MinimalController calls set_content_type(), which in some cases references c.response_wrappers. However, MinimalController was not setting c.response_wrappers to a list, which caused an error.