1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix MIME type in CHANGELOG

This commit is contained in:
Jo Liss 2012-09-21 17:08:49 +02:00
parent 392eeecc11
commit cf1f670846

View file

@ -348,7 +348,7 @@
* Make current object and counter (when it applies) variables accessible when
rendering templates with :object / :collection. *Carlos Antonio da Silva*
* JSONP now uses mimetype application/javascript instead of application/json. *omjokine*
* JSONP now uses mimetype text/javascript instead of application/json. *omjokine*
* Allow to lazy load `default_form_builder` by passing a `String` instead of a constant. *Piotr Sarnacki*