aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/localized/hello_world.it.erb
Commit message (Collapse)AuthorAgeFilesLines
* Fix header Content-Type: #<Mime::NullType:...> in localized templateAngelo capilleri2013-12-031-0/+1
This PR fixes #13064 regression bug introduced by the #8085 Now in _process_format when the format is a Mime::NullType nothing is written in self.content_type. In this way the method Response#assign_default_content_type_and_charset can write the the default mime_type.